From a9aece00d74e443270800c6465a477f96b52fceb Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 28 Aug 2022 22:33:57 +0200 Subject: [PATCH] small fix --- tools/esp8266/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/html/index.html b/tools/esp8266/html/index.html index 73e53b34..33a7e3dd 100644 --- a/tools/esp8266/html/index.html +++ b/tools/esp8266/html/index.html @@ -63,7 +63,7 @@ } window.setInterval("getAjax('/api/system', parseSys)", 30000); - window.setInterval("getAjax('/api/system', parseStat)", 30000); + window.setInterval("getAjax('/api/statistics', parseStat)", 30000); getAjax("/api/system", parseSys); getAjax("/api/statistics", parseStat);