更新设备校准

This commit is contained in:
wyf
2025-06-03 09:00:01 +08:00
parent 7a816922fa
commit eed93bc6a4
30 changed files with 4257 additions and 1259 deletions

View File

@@ -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) {