From 83adc38443d488da204f8e59ccfcf0c9e7fc3387 Mon Sep 17 00:00:00 2001 From: Siddharth Mathur Date: Thu, 27 Jul 2017 15:55:26 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e9888..98a3d13 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,7 @@ The NodeMCU and every other board use the ESP-12 which has 4mb flash on it. **0** [Download](https://github.com/sidward35/Deauth-RickRollAP/raw/master/Deauth-RickRollAP.bin) the current release -**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). If this doesn't work you can also use the official [esptool](https://github.com/espressif/esptool) from espressif. On Linux machines, run ```python -esptool.py --port /dev/ttyUSB0 write_flash 0x00000 Deauth-RickRollAP.bin``` +**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). If this doesn't work you can also use the official [esptool](https://github.com/espressif/esptool) from espressif. On Linux machines, run ```esptool.py --port /dev/ttyUSB0 write_flash 0x00000 Deauth-RickRollAP.bin``` **That's all! :)**