Merge pull request #39 from opus506/master
increased the wifi scan timeout inteface
This commit is contained in:
commit
992de7ba14
|
@ -425,7 +425,7 @@ function WifiDataTicker()
|
|||
innerhtml += "</TABLE>";
|
||||
document.getElementById("WifiStations").innerHTML = innerhtml;
|
||||
} );
|
||||
setTimeout( WifiDataTicker, 500 );
|
||||
setTimeout( WifiDataTicker, 12000 );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue