mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-27 19:56:03 +00:00
Merge pull request #571 from ScribblerCoder/patch-1
Fix user/user_main.c:1194:0: error: unterminated #ifndef
This commit is contained in:
+2
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user