고정밀 위치 자동 갱신 5초 복원

This commit is contained in:
seo
2026-07-12 14:20:49 +09:00
parent 72fa0fe36c
commit 57f47c43ab
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');
}
}, 1000);
}, 5000);
setInterval(() => {
if (!findmydeviceAuthenticated) return;