diff --git a/src/main.cpp b/src/main.cpp index 1b8faab..ef0c9dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -63,10 +63,10 @@ void setup(void) { server.on("/", HTTP_GET, [](AsyncWebServerRequest* request) { request->send( 200, "text/html", - "Hi! This is the Wine-Sensor. Last bubble frequency: every " + - String(bubbleFreqSec) + " Seconds. [" + String(millis()) + "/" + - String(lastMillis) + "/" + String(isBubbleFirstContact) + "/" + - String(bVal) + + "Hi! This is the Wine-Sensor. Last bubble frequency: every