고정밀 위치 자동 갱신 1초 조정

This commit is contained in:
seo
2026-07-12 14:13:53 +09:00
parent d717784167
commit 72fa0fe36c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1079,7 +1079,7 @@ setInterval(() => {
if (document.getElementById('autoUpdateSwitch')?.checked || highAccuracyModeActive) {
callDeviceWebhook('auto_tick');
}
}, 3000);
}, 1000);
setInterval(() => {
if (!findmydeviceAuthenticated) return;