From f45abc389c7439e18cf5cce719f2293b78f16c24 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Wed, 8 Mar 2017 21:08:30 +0100 Subject: [PATCH] note for the esptool (nodmcu-flasher alternative) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a005d86..b96338f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You have 2 choices here. Uploading the bin files is easier but not as good for d **0** Download the current release from [here](https://github.com/spacehuhn/esp8266_deauther/releases) -**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). +**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). Alternatively you can use the official [esptool](https://github.com/espressif/esptool) from espressif. **That's all! :)**