Fix AP List not show list in plain text

This commit is contained in:
Luc 2021-03-07 11:28:54 +01:00
parent eaba22990a
commit 9ef91a421c

View File

@ -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) {