From c8993d50f47046f491f51cbc9dfc5915fe1bb280 Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 1 May 2024 01:58:13 +0200 Subject: [PATCH] firmware wip - add favico to HTMLheader --- Arduino/CanGrow/CanGrow.ino | 8 ++++---- Logo/CanGrow_favico.ico | Bin 0 -> 1406 bytes Logo/CanGrow_favico.png | Bin 0 -> 883 bytes Logo/CanGrow_favico.xcf | Bin 0 -> 1352 bytes Logo/CanGrow_favico_low.png | Bin 0 -> 464 bytes 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Logo/CanGrow_favico.ico create mode 100644 Logo/CanGrow_favico.png create mode 100644 Logo/CanGrow_favico.xcf create mode 100644 Logo/CanGrow_favico_low.png diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index db49d27..171b26c 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -184,13 +184,13 @@ const char HTMLheaderP1[] PROGMEM = R"EOF( )EOF"; // here comes the page title in returnHTMLheader() - + // second part of HTML header stuff +// Having the whole CSS here ensures it's all the time present const char HTMLheaderP2[] PROGMEM = R"EOF( - -