Fixed bug in auth command

beacon parameter was always true
This commit is contained in:
Spacehuhn 2021-06-19 13:00:08 +02:00
parent e30db442c8
commit ee39e22acf
1 changed files with 1 additions and 0 deletions

View File

@ -709,6 +709,7 @@ namespace cli {
Command cmd(c);
auth_scan_settings_t auth_settings;
auth_settings.beacon = false;
{ // Channels
String ch_str = cmd.getArg("ch").getValue();