From df2f052c85921e02926b0a07e01c92d3e2f8a874 Mon Sep 17 00:00:00 2001 From: Stefan Thieme Date: Mon, 6 Jun 2022 08:31:56 +0200 Subject: [PATCH] load stats on index page initially --- tools/esp8266/html/h/index_html.h | 2 +- tools/esp8266/html/index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/esp8266/html/h/index_html.h b/tools/esp8266/html/h/index_html.h index ac8cca39..0a410fae 100644 --- a/tools/esp8266/html/h/index_html.h +++ b/tools/esp8266/html/h/index_html.h @@ -1,4 +1,4 @@ #ifndef __INDEX_HTML_H__ #define __INDEX_HTML_H__ -const char index_html[] PROGMEM = "Index - {DEVICE}

AHOY - {DEVICE}

Visualization

Setup

Uptime:

Time:

Statistics:

Every {TS}seconds the values are updated

This project was started from this discussion. (Mikrocontroller.net)
New updates can be found on Github: https://github.com/grindylow/ahoy

Please report issues using the feature provided by Github.

© 2022

Update Firmware

AHOY :: {VERSION}

Reboot

"; +const char index_html[] PROGMEM = "Index - {DEVICE}

AHOY - {DEVICE}

Visualization

Setup

Uptime:

Time:

Statistics:

Every {TS}seconds the values are updated

This project was started from this discussion. (Mikrocontroller.net)
New updates can be found on Github: https://github.com/grindylow/ahoy

Please report issues using the feature provided by Github.

© 2022

Update Firmware

AHOY :: {VERSION}

Reboot

"; #endif /*__INDEX_HTML_H__*/ diff --git a/tools/esp8266/html/index.html b/tools/esp8266/html/index.html index a5b1f633..71cee71f 100644 --- a/tools/esp8266/html/index.html +++ b/tools/esp8266/html/index.html @@ -5,6 +5,9 @@