update ip address description for tcp client

This commit is contained in:
wellenvogel 2022-01-03 13:47:31 +01:00
parent 4d5a3989ac
commit cca050eca6
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@
"type": "string",
"default": "",
"check": "checkIpAddress",
"description": "the IP address we connect to",
"description": "the IP address we connect to in the form 192.168.1.2\nor an MDNS name like ESP32NMEA2K.local",
"category": "TCP client"
},
{