mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-12 15:50:47 -08:00
Fixed bug in auth command
beacon parameter was always true
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user