고정밀 위치 자동 갱신 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
@@ -260,7 +260,7 @@ function findmydevice_location_refresh(string $name): array
{
$config = custom_config();
$refresh = $config['findmydevice_location_refresh'] ?? [];
$interval = max(5, (int)($refresh['high_accuracy_interval'] ?? 5));
$interval = max(1, (int)($refresh['high_accuracy_interval'] ?? 1));
$results = [];
if ($name === 'auto_on') {