firmware wip - remove button from system settings

This commit is contained in:
Marcus 2024-06-15 03:34:53 +02:00
parent aae6cf071c
commit 783c70d4a6
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -623,7 +623,7 @@ void WEBsystemSettings() {
body += "<input type='submit' value='&#x1F4BE; Save settings'>\n"; body += "<input type='submit' value='&#x1F4BE; Save settings'>\n";
body += "</form><br><a class='button' href='/system/update'>&#x1F504; Firmware update</a>\n"; body += "</form>\n";
body += FPSTR(HTMLfooter); body += FPSTR(HTMLfooter);