diff --git a/boards/BLCU/packets.json b/boards/BLCU/packets.json index fe2a826..4674afd 100644 --- a/boards/BLCU/packets.json +++ b/boards/BLCU/packets.json @@ -11,7 +11,7 @@ }, { - "id": 5, + "id": 1, "type": "packet", "name": "state_machine_state", "variables": diff --git a/boards/BLCU/sockets.json b/boards/BLCU/sockets.json index fd242cc..173e674 100644 --- a/boards/BLCU/sockets.json +++ b/boards/BLCU/sockets.json @@ -9,6 +9,6 @@ "type": "DatagramSocket", "name": "control_station_udp", "remote_ip":"backend", - "port": 50400 + "port": 50420 } -] \ No newline at end of file +] diff --git a/general_info.json b/general_info.json index 0ba8a07..4a24c2f 100644 --- a/general_info.json +++ b/general_info.json @@ -4,7 +4,9 @@ "TCP_SERVER": 50500, "UDP": 50400, "SNTP": 123, - "TFTP": 69 + "TFTP": 69, + "BLCU_UDP": 50420, + "BLCU_TCP_CLIENT": 50421 }, "addresses": { "backend": "192.168.0.9"