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 } ]