firmware wip - remove button from system settings
This commit is contained in:
parent
aae6cf071c
commit
783c70d4a6
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -623,7 +623,7 @@ void WEBsystemSettings() {
|
||||||
|
|
||||||
|
|
||||||
body += "<input type='submit' value='💾 Save settings'>\n";
|
body += "<input type='submit' value='💾 Save settings'>\n";
|
||||||
body += "</form><br><a class='button' href='/system/update'>🔄 Firmware update</a>\n";
|
body += "</form>\n";
|
||||||
|
|
||||||
|
|
||||||
body += FPSTR(HTMLfooter);
|
body += FPSTR(HTMLfooter);
|
||||||
|
|
Loading…
Reference in a new issue