Merge pull request #571 from ScribblerCoder/patch-1

Fix user/user_main.c:1194:0: error: unterminated #ifndef
This commit is contained in:
martin-ger
2026-04-25 14:13:51 +02:00
committed by GitHub
+2 -1
View File
@@ -1193,7 +1193,8 @@ void ICACHE_FLASH_ATTR console_handle_command(struct espconn *pespconn)
to_console(response);
#ifndef REPEATER_MODE
os_sprintf_flash(response, "set [network|dns|ip|netmask|gw] <val>\r\n");
to_console(response);#endif
to_console(response);
#endif
#if HAVE_ENC28J60
#if DCHPSERVER_ENC28J60
os_sprintf_flash(response, "set [eth_dhcpd] <val>\r\n");