고정밀 위치 자동 갱신 1초 주기

This commit is contained in:
seo
2026-07-12 13:22:23 +09:00
parent 4cc98422b6
commit 1238d80397
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@ setInterval(() => {
if (document.getElementById('autoUpdateSwitch')?.checked || highAccuracyModeActive) {
callDeviceWebhook('auto_tick');
}
}, 5000);
}, 1000);
setInterval(() => {
if (!findmydeviceAuthenticated) return;