From f853a114005c52f53a3f4a77c5cb753ebd551a74 Mon Sep 17 00:00:00 2001 From: FoniksFox Date: Sun, 12 Jul 2026 16:56:15 +0200 Subject: [PATCH] fix: Update UDP ports for HVBMS, LCU, and PCU boards --- boards/HVBMS/sockets.json | 2 +- boards/LCU/sockets.json | 2 +- boards/PCU/sockets.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/HVBMS/sockets.json b/boards/HVBMS/sockets.json index 6f49b6b..175e8dd 100644 --- a/boards/HVBMS/sockets.json +++ b/boards/HVBMS/sockets.json @@ -8,6 +8,6 @@ "type": "DatagramSocket", "name": "vcu_udp", "remote_ip": "192.168.1.3", - "port": 50400 + "port": 50403 } ] diff --git a/boards/LCU/sockets.json b/boards/LCU/sockets.json index 6f49b6b..c9c68c2 100644 --- a/boards/LCU/sockets.json +++ b/boards/LCU/sockets.json @@ -8,6 +8,6 @@ "type": "DatagramSocket", "name": "vcu_udp", "remote_ip": "192.168.1.3", - "port": 50400 + "port": 50405 } ] diff --git a/boards/PCU/sockets.json b/boards/PCU/sockets.json index 6f49b6b..62ddd37 100644 --- a/boards/PCU/sockets.json +++ b/boards/PCU/sockets.json @@ -8,6 +8,6 @@ "type": "DatagramSocket", "name": "vcu_udp", "remote_ip": "192.168.1.3", - "port": 50400 + "port": 50402 } ]