Merge branch 'master' of kawomi.com:/var/local/git/PlatformIOProjects

This commit is contained in:
Joe Tretter
2023-06-08 09:15:20 -05:00

View File

@@ -63,10 +63,10 @@ void setup(void) {
server.on("/", HTTP_GET, [](AsyncWebServerRequest* request) { server.on("/", HTTP_GET, [](AsyncWebServerRequest* request) {
request->send( request->send(
200, "text/html", 200, "text/html",
"Hi! This is the Wine-Sensor. Last bubble frequency: every <b>" + "Hi! This is the Wine-Sensor. Last bubble frequency: every <H1>" +
String(bubbleFreqSec) + "</b> Seconds. [" + String(millis()) + "/" + String(bubbleFreqSec) + "</H1> Seconds. [" + String(millis()) +
String(lastMillis) + "/" + String(isBubbleFirstContact) + "/" + "/" + String(lastMillis) + "/" + String(isBubbleFirstContact) +
String(bVal) + "/" + String(bVal) +
"]" "]"
"<script>window.setTimeout(_=>{window.location.reload();}" "<script>window.setTimeout(_=>{window.location.reload();}"
",1000)</script>"); ",1000)</script>");