0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-06-29 10:21:21 +02:00

Wait longer after associate before checking status

This commit is contained in:
peteruithoven 2014-05-07 17:17:22 +02:00
parent fae6295d08
commit 2e3e058742

View File

@ -27,7 +27,7 @@ function NetworkAPI() {
var _networkSSID;
var _associateTime;
var _retrieveStatusDelayTime = 1000;
var _retrieveStatusDelayTime = 3000;
var _autoRefreshing = false;
var _refreshDelay;
this.refreshDelayTime = 2000;