Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.04 KB

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

  1. Download latest compiled .bin file from nightly-deauther/releases
  2. Install esptool
  3. Connect your ESP8266
  4. 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.