firmware wip - change default font

This commit is contained in:
Marcus 2024-06-15 04:14:56 +02:00
parent b1da645027
commit 1e9ab6e2e7
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ const char HTMLheaderP2[] PROGMEM = R"EOF(
body {
color: #cae0d0;
background-color: #1d211e;
font-family: helvetica;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.center {

View file

@ -1,5 +1,5 @@
/* CanGrow_Version.h gets generated from cangrow.sh */
const char* CanGrowVer = "0.1-dev";
const char* CanGrowBuild = "728489a";
const char* CanGrowBuild = "b1da645";