mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-28 04:06:57 +00:00
Fix: displaying correct STA when automesh uses ap_ssid
This commit is contained in:
+1
-1
@@ -1254,7 +1254,7 @@ void ICACHE_FLASH_ATTR console_handle_command(struct espconn *pespconn)
|
||||
to_console(response);
|
||||
|
||||
os_sprintf(response, "STA: SSID:%s PW:%s%s\r\n",
|
||||
config.ssid,
|
||||
config.automesh_mode != AUTOMESH_OFF && config.automesh_use_ap_ssid ? config.ap_ssid : config.ssid,
|
||||
config.locked ? "***" : (char *)config.password,
|
||||
config.auto_connect ? "" : " [AutoConnect:0]");
|
||||
to_console(response);
|
||||
|
||||
Reference in New Issue
Block a user