diff --git a/src/Webinterface.h b/src/Webinterface.h index 636fc27..f3693bd 100644 --- a/src/Webinterface.h +++ b/src/Webinterface.h @@ -1 +1,2 @@ -const char mainPage[] PROGMEM = R"=====(Pixel It the Matrix Display
)====="; \ No newline at end of file +// Will be replaced via .github/webui.py script during build pipeline +const char mainPage[] PROGMEM = R"=====(PixelIt WebUI
)====="; \ No newline at end of file