Skip to content

SpacehuhnTech/nightly-deauther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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.