UI cleanup and added devkit board to initial setup

This commit is contained in:
Gunnar Skjold
2020-05-03 21:01:58 +02:00
parent 2da69dd451
commit f5123e9aa1
19 changed files with 285 additions and 267 deletions

View File

@@ -44,6 +44,7 @@ private:
AmsConfiguration* config;
AmsData data;
MQTTClient* mqtt;
bool uploading = false;
File file;
bool performRestart = false;
@@ -64,6 +65,7 @@ private:
void configDomoticzHtml();
void bootCss();
void gaugemeterJs();
void githubSvg();
void dataJson();
void handleSetup();