From 30cbebec8fb1809f8bfe80b56d70dd213ce961b0 Mon Sep 17 00:00:00 2001 From: ScribblerCoder <35840617+ScribblerCoder@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:25:43 +0300 Subject: [PATCH] Fix user/user_main.c:1194:0: error: unterminated #ifndef --- user/user_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/user_main.c b/user/user_main.c index 549852a..c82e57c 100755 --- a/user/user_main.c +++ b/user/user_main.c @@ -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] \r\n"); - to_console(response);#endif + to_console(response); +#endif #if HAVE_ENC28J60 #if DCHPSERVER_ENC28J60 os_sprintf_flash(response, "set [eth_dhcpd] \r\n");