1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

set default port to 10110

This commit is contained in:
andreas
2021-11-07 11:11:53 +01:00
parent 3a68ca34ca
commit 2425006d7c

View File

@@ -152,7 +152,7 @@
"name": "serverPort",
"label": "TCP port",
"type": "number",
"default": "2222",
"default": "10110",
"description": "the TCP port we listen on",
"category":"TCP port"
},