Merge pull request #39 from opus506/master

increased the wifi scan timeout inteface
This commit is contained in:
CNLohr 2017-04-19 10:37:28 -04:00 committed by GitHub
commit 992de7ba14

View file

@ -425,7 +425,7 @@ function WifiDataTicker()
innerhtml += "</TABLE>"; innerhtml += "</TABLE>";
document.getElementById("WifiStations").innerHTML = innerhtml; document.getElementById("WifiStations").innerHTML = innerhtml;
} ); } );
setTimeout( WifiDataTicker, 500 ); setTimeout( WifiDataTicker, 12000 );
} }
else else
{ {