We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6042639 commit 0b66f10Copy full SHA for 0b66f10
esp8266_deauther/APScan.cpp
@@ -70,7 +70,7 @@ String APScan::getResults(){
70
json += "\"vendor\": \""+getAPVendor(i)+"\",";
71
json += "\"selected\": "+getAPSelected(i);
72
json += "}";
73
- if(i!=results-1) json += ",";
+ if((i!=results-1) && (i!=maxResults-1)) json += ",";
74
}
75
json += "] }";
76
return json;
0 commit comments