From c5b982859b9db28963470bb3c625e40f5ebac2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarkko=20P=C3=B6yry?= Date: Sun, 28 Dec 2025 17:49:48 +0200 Subject: [PATCH] Fix flag name in net-debug.md Fix `WLED_DEBUG_NET_PORT` -> `WLED_DEBUG_PORT`. --- docs/advanced/net-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/net-debug.md b/docs/advanced/net-debug.md index 2b7a415b0..de484b3d9 100644 --- a/docs/advanced/net-debug.md +++ b/docs/advanced/net-debug.md @@ -13,7 +13,7 @@ Example to enable Net debug , compile with the following flags -D WLED_DEBUG_HOST='"192.168.x.y"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible --D WLED_DEBUG_NET_PORT=1878 ;; port for network debugging. default = 7868 +-D WLED_DEBUG_PORT=1878 ;; port for network debugging. default = 7868 To access net debug from the host type the following netcat example :