PCB lives now in its own git repo https://git.la10cy.net/DeltaLima/CanGrow-12V-PCB
9 lines
206 B
C
9 lines
206 B
C
/*
|
|
*
|
|
* include/Webserver/footer_HTML.h - footer page HTML header file
|
|
*
|
|
*
|
|
*
|
|
*/
|
|
|
|
const char Footer_HTML[] PROGMEM = R"(<div class='footer'><span>Build: %CGBUILD%</span></div></div></body></html>)";
|