Nightly ESP8266 Deauther Builds
Download latest Deauther V2 .bin
Download latest Deauther V3 .bin
Please note:
- They are compiled using the default settings for an ESP8266 with 1MB flash.
- Compiles only for ESP8266 Deauther Version 3.
- Cuilds are triggered after each push and overwrite existing builds.
Installation
- Download latest compiled .bin file from nightly-deauther/releases
- Install esptool
- Connect your ESP8266
- Flash it by running
esptool.py -p <PORT> -b 115200 write_flash 0 <BIN_FILE>
.
Be sure to replace <PORT>
with the serial port
and <BIN_FILE>
with the path of the previously download .bin file.