modified: static/js/sensor-1.js

This commit is contained in:
IrisVega 2024-07-20 16:59:56 +08:00
parent eb8c8e2d1d
commit 12e8ee568d
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ document.addEventListener('DOMContentLoaded', function () {
fetchInitialData(); fetchInitialData();
// 每5秒获取最新的数据 // 每5秒获取最新的数据
setInterval(fetchLatestData, 100); setInterval(fetchLatestData, 1000);
}); });