Skip to content

Commit

Permalink
Issue #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Baddeveloper committed Mar 31, 2019
1 parent ab43f87 commit 474e58a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arduino/Wi-PWN/Wi-PWN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,11 @@ void enableRandom() {
}

void startDetector() {
Serial.println("Starting Deauth Detector...");
Serial.println("Starting Deauth Detector in 1 second...");
server.send( 200, "text/json", "true");

delay(1000); //TODO: Fix this

wifi_set_opmode(STATION_MODE);
wifi_promiscuous_enable(0);
WiFi.disconnect();
Expand Down

0 comments on commit 474e58a

Please sign in to comment.