mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 07:10:51 -08:00
Overwrite default SSID
This commit is contained in:
@@ -113,6 +113,9 @@ void setup() {
|
||||
setWifiChannel(settings.getChannel());
|
||||
|
||||
// load Wifi settings: SSID, password,...
|
||||
#ifdef DEFAULT_SSID
|
||||
if(settings.getSSID() == "pwned") settings.setSSID(DEFAULT_SSID);
|
||||
#endif
|
||||
loadWifiConfigDefaults();
|
||||
|
||||
// dis/enable serial command interface
|
||||
|
||||
Reference in New Issue
Block a user