1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

set default port to 10110

This commit is contained in:
andreas
2021-11-07 11:11:53 +01:00
parent 3a68ca34ca
commit 2425006d7c
+1 -1
View File
@@ -152,7 +152,7 @@
"name": "serverPort", "name": "serverPort",
"label": "TCP port", "label": "TCP port",
"type": "number", "type": "number",
"default": "2222", "default": "10110",
"description": "the TCP port we listen on", "description": "the TCP port we listen on",
"category":"TCP port" "category":"TCP port"
}, },