Browse Source

small fix

pull/283/head
lumapu 2 years ago
parent
commit
a9aece00d7
  1. 2
      tools/esp8266/html/index.html

2
tools/esp8266/html/index.html

@ -63,7 +63,7 @@
} }
window.setInterval("getAjax('/api/system', parseSys)", 30000); 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/system", parseSys);
getAjax("/api/statistics", parseStat); getAjax("/api/statistics", parseStat);

Loading…
Cancel
Save