Open
Description
The WiFi.html file is only looking for more than one network. I thought of buying another router or maybe adding an extender.
In function scanAPs the line:
if (data.result.inProgress=="0" && data.result.APs.length>1) {
should be:
if (data.result.inProgress=="0" && data.result.APs.length>0) {