Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Mathur authored Jul 27, 2017
1 parent 99f6d00 commit 83adc38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! :)**

Expand Down

0 comments on commit 83adc38

Please sign in to comment.