web interface constructor

This commit is contained in:
Dmitry Borisenko
2020-08-21 02:34:38 +03:00
parent e0d0e30e93
commit 0485feeabe
23 changed files with 760 additions and 28 deletions

View File

@@ -62,6 +62,7 @@ void Device_init() {
removeFile(String("layout.txt"));
#endif
fileExecute(String(DEVICE_CONFIG_FILE));
//outcoming_date();
}