mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-10 06:41:05 -08:00
Fixed bug in start beacon
This commit is contained in:
@@ -356,7 +356,7 @@ namespace cli {
|
||||
" n: No",
|
||||
"n",
|
||||
(res == String('y') || res == String('n')));
|
||||
if (res == String('y')) cmd += " -scan";
|
||||
if (res == String('y')) cmd += " -auth";
|
||||
}
|
||||
} else if (res == "deauth") {
|
||||
{ // Target
|
||||
|
||||
Reference in New Issue
Block a user