Skip to content

Commit b754b32

Browse files
authored
Merge pull request #63 from Hyperloop-UPV/BLCU-H11-SW
Adapt BLCU setting to new backend
2 parents a7f58bd + 91b9880 commit b754b32

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

boards/BLCU/packets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212

1313
{
14-
"id": 5,
14+
"id": 1,
1515
"type": "packet",
1616
"name": "state_machine_state",
1717
"variables":

boards/BLCU/sockets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"type": "DatagramSocket",
1010
"name": "control_station_udp",
1111
"remote_ip":"backend",
12-
"port": 50400
12+
"port": 50420
1313
}
14-
]
14+
]

general_info.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"TCP_SERVER": 50500,
55
"UDP": 50400,
66
"SNTP": 123,
7-
"TFTP": 69
7+
"TFTP": 69,
8+
"BLCU_UDP": 50420,
9+
"BLCU_TCP_CLIENT": 50421
810
},
911
"addresses": {
1012
"backend": "192.168.0.9"

0 commit comments

Comments
 (0)