From 5e7db0946ba30dd5da943c8e9da39819bf674b23 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 30 Apr 2024 22:26:16 +0200 Subject: [PATCH] firmware wip - comment stuff --- Arduino/CanGrow/CanGrow.ino | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index e8805c6..0d0807f 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -172,6 +172,8 @@ ESP8266WebServer webserver(80); */ // Template: const char HTMLexamplepage[] PROGMEM = R"EOF()EOF"; + +// first part of HTML header stuff const char HTMLheaderP1[] PROGMEM = R"EOF( @@ -180,7 +182,9 @@ const char HTMLheaderP1[] PROGMEM = R"EOF( )EOF"; - // page title + // here comes the page title in returnHTMLheader() + +// second part of HTML header stuff const char HTMLheaderP2[] PROGMEM = R"EOF( @@ -276,7 +280,7 @@ a:active {