From 27b921e44f7349fd4a6c58db0fc85dad32a21650 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Wed, 3 Feb 2021 19:52:44 +0100 Subject: [PATCH] Removed redundant DEFAULT_SSID --- esp8266_deauther/A_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/esp8266_deauther/A_config.h b/esp8266_deauther/A_config.h index 0374830..0f9cdb2 100644 --- a/esp8266_deauther/A_config.h +++ b/esp8266_deauther/A_config.h @@ -404,10 +404,6 @@ #define MIN_DEAUTH_FRAMES 3 #endif /* ifndef MIN_DEAUTH_FRAMES */ -#ifndef DEFAULT_SSID - #define DEFAULT_SSID "pwned" -#endif /* ifndef DEFAULT_SSID */ - // ===== ACCESS POINT ===== // #ifndef AP_SSID #define AP_SSID "pwned"