From cca050eca65a4c49ccc03f3ee4eb42c3e380652d Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Mon, 3 Jan 2022 13:47:31 +0100 Subject: [PATCH] update ip address description for tcp client --- web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.json b/web/config.json index 08c7ec8..e2e45e8 100644 --- a/web/config.json +++ b/web/config.json @@ -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" }, {