Skip to content

Commit d7a0156

Browse files
authored
Merge pull request #11 from gunjambi/patch-1
Fix flag name in net-debug.md
2 parents 909c5e8 + c5b9828 commit d7a0156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/net-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Example to enable Net debug , compile with the following flags
1313

1414
-D WLED_DEBUG_HOST='"192.168.x.y"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible
1515

16-
-D WLED_DEBUG_NET_PORT=1878 ;; port for network debugging. default = 7868
16+
-D WLED_DEBUG_PORT=1878 ;; port for network debugging. default = 7868
1717

1818

1919
To access net debug from the host type the following netcat example :

0 commit comments

Comments
 (0)