Skip to content

Commit 4ede3eb

Browse files
authored
fix: Update UDP ports for HVBMS, LCU, and PCU boards (#76)
1 parent ecf1131 commit 4ede3eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

boards/HVBMS/sockets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"type": "DatagramSocket",
99
"name": "vcu_udp",
1010
"remote_ip": "192.168.1.3",
11-
"port": 50400
11+
"port": 50403
1212
}
1313
]

boards/LCU/sockets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"type": "DatagramSocket",
99
"name": "vcu_udp",
1010
"remote_ip": "192.168.1.3",
11-
"port": 50400
11+
"port": 50405
1212
}
1313
]

boards/PCU/sockets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"type": "DatagramSocket",
99
"name": "vcu_udp",
1010
"remote_ip": "192.168.1.3",
11-
"port": 50400
11+
"port": 50402
1212
}
1313
]

0 commit comments

Comments
 (0)