We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6042639 + 37b98f3 commit 779b527Copy full SHA for 779b527
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