From d717784167b8dc9bcce07ea0928254cd8184ec70 Mon Sep 17 00:00:00 2001 From: seo Date: Sun, 12 Jul 2026 13:34:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=B4=EB=A5=98=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=B0=BD=20=EC=A2=8C=ED=91=9C=20=EC=A0=9C=EA=B1=B0=EC=99=80=20?= =?UTF-8?q?=EC=9B=B9=20=ED=8F=B4=EB=A7=81=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index a3af79f..e8fbe57 100644 --- a/js/main.js +++ b/js/main.js @@ -1097,7 +1097,7 @@ setInterval(() => { lastHash = hash; fetchDeviceData(true).then(data => updateDOMWithData(data)); }); -}, 3000); +}, 1000); function formatNumber(num) { if (num == null || isNaN(num)) return '-'; @@ -2021,7 +2021,6 @@ function buildStayInfoContent(stay) { ${t.historyStay} 총 ${formatDuration(Math.round(stay.duration))} ${visitRows} - ${Number(stay.lat).toFixed(6)}, ${Number(stay.lng).toFixed(6)} `; }