고정밀 위치 자동 갱신 1초 조정
This commit is contained in:
+1
-1
@@ -1079,7 +1079,7 @@ setInterval(() => {
|
||||
if (document.getElementById('autoUpdateSwitch')?.checked || highAccuracyModeActive) {
|
||||
callDeviceWebhook('auto_tick');
|
||||
}
|
||||
}, 3000);
|
||||
}, 1000);
|
||||
|
||||
setInterval(() => {
|
||||
if (!findmydeviceAuthenticated) return;
|
||||
|
||||
Reference in New Issue
Block a user