更新设备校准
This commit is contained in:
@@ -40,7 +40,7 @@ getWifiList(THapp tHapp) async {
|
||||
}
|
||||
|
||||
return false;
|
||||
}, 2);
|
||||
}, 1);
|
||||
|
||||
return wifilist;
|
||||
} catch (e) {
|
||||
@@ -247,7 +247,7 @@ Future<String> getDeviceNetVersion(THapp tHapp, int times) async {
|
||||
}
|
||||
ss.over = false;
|
||||
return false;
|
||||
}, times, 15);
|
||||
}, times,15000);
|
||||
|
||||
return netType;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user