Factory reset and splitted HTML into head, content and footer files to reduce memory footprint while parsing HTML templates

This commit is contained in:
Gunnar Skjold
2020-05-10 11:51:00 +02:00
parent 953f2d4110
commit efa99f970c
20 changed files with 778 additions and 953 deletions

View File

@@ -57,7 +57,7 @@ private:
bool checkSecurity(byte level);
void indexHtml();
void indexJs();
void applicationJs();
void configMeterHtml();
void configWifiHtml();
void configMqttHtml();
@@ -93,6 +93,11 @@ private:
void mqttKeyUpload();
void mqttKeyDelete();
void factoryResetHtml();
void factoryResetPost();
void notFound();
void printD(String fmt, ...);
void printI(String fmt, ...);
void printW(String fmt, ...);