SpacehuhnTech / nightly-deauther

Nightly builds for ESP8266 Deauther

Home Page:https://github.com/SpacehuhnTech/esp8266_deauther/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.