Added How to Reset

This commit is contained in:
Stefan Kremser
2017-05-25 18:17:11 +02:00
parent b114c5d5a7
commit c84f1208ee

View File

@@ -29,6 +29,7 @@ Bugs can occur!
- [Compiling the source with Arduino](#compiling-the-source-with-arduino) - [Compiling the source with Arduino](#compiling-the-source-with-arduino)
- [Adding OLED display](#adding-oled-display) - [Adding OLED display](#adding-oled-display)
- [How to use it](#how-to-use-it) - [How to use it](#how-to-use-it)
- [How to reset it](#how-to-reset-it)
- [FAQ](#faq) - [FAQ](#faq)
- [License](#license) - [License](#license)
- [Sources and additional links](#sources-and-additional-links) - [Sources and additional links](#sources-and-additional-links)
@@ -228,6 +229,11 @@ Note: While scanning the ESP8266 will shut down its access point, so you may hav
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 ## FAQ
The FAQ was moved over to the Wiki. The FAQ was moved over to the Wiki.