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