From 91b9880c17a6ee4ace1fc336cf69e2548c446ee0 Mon Sep 17 00:00:00 2001 From: Javier Ribal del Rio Date: Thu, 18 Jun 2026 00:16:17 +0200 Subject: [PATCH] adapt BLCU setting to new backend --- boards/BLCU/packets.json | 2 +- boards/BLCU/sockets.json | 4 ++-- general_info.json | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) 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"