From 55c94f53e5ff3a717ec8a33745974a91f8f4be61 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Tue, 14 May 2019 08:26:48 +0200 Subject: [PATCH] Updated Config file Added EEPROM addresses for saving settings and boot counter. Also fixed some typo bugs. --- esp8266_deauther/A_config.h | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/esp8266_deauther/A_config.h b/esp8266_deauther/A_config.h index 755d9ab..436198c 100644 --- a/esp8266_deauther/A_config.h +++ b/esp8266_deauther/A_config.h @@ -249,9 +249,9 @@ #define DEAUTH_REASON 1 #endif /* ifndef DEAUTH_REASON */ -#ifdef BEACON_INTERVAL_100MS +#ifndef BEACON_INTERVAL_100MS #define BEACON_INTERVAL_100MS true -#endif /* ifdef BEACON_INTERVAL_100MS */ +#endif /* ifndef BEACON_INTERVAL_100MS */ #ifndef PROBE_FRAMES_PER_SSID #define PROBE_FRAMES_PER_SSID 1 @@ -275,9 +275,9 @@ #define AP_SSID "pwned" #endif /* ifndef AP_SSID */ -#ifdef AP_PASSWD +#ifndef AP_PASSWD #define AP_PASSWD "deauther" -#endif /* ifdef AP_PASSWD */ +#endif /* ifndef AP_PASSWD */ #ifndef AP_HIDDEN #define AP_HIDDEN false @@ -423,8 +423,21 @@ #define BUTTON_B 255 #endif // ifndef BUTTON_B +// ======== CONSTANTS ========== // +// Do not change these values unless you know what you're doing! +#define DEAUTHER_VERSION "2.2.0" +#define DEAUTHER_VERSION_MAJOR 2 +#define DEAUTHER_VERSION_MINOR 2 +#define DEAUTHER_VERSION_REVISION 0 + +#define EEPROM_SIZE 4095 +#define BOOT_COUNTER_ADDR 1 +#define SETTINGS_HASH_ADDR 6 +#define SETTINGS_ADDR 26 + // ======== AVAILABLE SETTINGS ========== // + /* // ===== ATTACK ===== // #define ATTACK_ALL_CH false