From c84f1208eea66e42bb82c6fca82f6547768e905c Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Thu, 25 May 2017 18:17:11 +0200 Subject: [PATCH] Added How to Reset --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2b913..89cff8b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Bugs can occur! - [Compiling the source with Arduino](#compiling-the-source-with-arduino) - [Adding OLED display](#adding-oled-display) - [How to use it](#how-to-use-it) +- [How to reset it](#how-to-reset-it) - [FAQ](#faq) - [License](#license) - [Sources and additional links](#sources-and-additional-links) @@ -226,7 +227,12 @@ Note: While scanning the ESP8266 will shut down its access point, so you may hav ...and start different attacks. ![webinterface attack menu](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/web_screenshot_3.JPG) -Happy hacking :) +Happy hacking :) + +## How to reset it + +Method 1: Connect pin 4 (D2 on the NodeMCU) to GND and plug the device in. +Method 2: Connect your device, open up the serial monitor in Arduino, type in "reset" and click send. ## FAQ