mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 23:26:49 -08:00
Reduced the AP scan max results
This commit is contained in:
@@ -83,7 +83,7 @@ void Settings::info(){
|
||||
|
||||
String Settings::get(){
|
||||
String json = "{";
|
||||
//\"
|
||||
|
||||
json += "\"ssid\":\""+ssid+"\",";
|
||||
json += "\"password\":\""+password+"\",";
|
||||
json += "\"deauthReason\":"+(String)(int)deauthReason+",";
|
||||
@@ -101,8 +101,7 @@ String Settings::get(){
|
||||
json += "}";
|
||||
if(i!=nameList.len-1) json += ",";
|
||||
}
|
||||
json += "]";
|
||||
|
||||
json += "}";
|
||||
|
||||
json += "] }";
|
||||
return json;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user