Skip to content

Commit

Permalink
feat: use unreserved port
Browse files Browse the repository at this point in the history
To align with display service
  • Loading branch information
ielaajezdev committed Jan 5, 2025
1 parent eed8e27 commit 9e42fd7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "battery",
"version": "1.0.1",
"inputs": [],
"outputs": [
{
"name": "voltage",
"address": "tcp://*:9393"
}
],
"outputs": [{
"name": "voltage",
"address": "tcp://*:5699"
}],
"configuration": [],
"tuning": {
"enabled": false,
Expand Down

0 comments on commit 9e42fd7

Please sign in to comment.