mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 22:00:36 +08:00
Fix AP List not show list in plain text
This commit is contained in:
parent
eaba22990a
commit
9ef91a421c
@ -46,7 +46,6 @@ bool Commands::ESP410(const char* cmd_params, level_authenticate_type auth_type,
|
|||||||
uint8_t total = 0;
|
uint8_t total = 0;
|
||||||
if (plain) {
|
if (plain) {
|
||||||
output->printLN ("Start Scan");
|
output->printLN ("Start Scan");
|
||||||
output->flush();
|
|
||||||
}
|
}
|
||||||
n = WiFi.scanNetworks ();
|
n = WiFi.scanNetworks ();
|
||||||
if (!plain) {
|
if (!plain) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user