mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 23:26:49 -08:00
more debug infos
because yey bugs!
This commit is contained in:
@@ -82,6 +82,7 @@ void Settings::info(){
|
||||
}
|
||||
|
||||
String Settings::get(){
|
||||
if(debug) Serial.println("getting settings json");
|
||||
String json = "{";
|
||||
|
||||
json += "\"ssid\":\""+ssid+"\",";
|
||||
@@ -103,5 +104,9 @@ String Settings::get(){
|
||||
}
|
||||
|
||||
json += "] }";
|
||||
if(debug){
|
||||
Serial.println(json);
|
||||
Serial.println("done");
|
||||
}
|
||||
return json;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user