New method of sending date - direct from SPIFFS to MQTT!!!!

This commit is contained in:
Dmitry Borisenko
2020-03-28 00:29:50 +01:00
parent 7d1c0268f5
commit abfc847793
10 changed files with 76 additions and 37 deletions

View File

@@ -41,7 +41,7 @@ void Device_init() {
ts.remove(STEPPER1);
ts.remove(STEPPER2);
#ifdef layout_in_rom
#ifdef layout_in_ram
all_widgets = "";
#else
SPIFFS.remove("/layout.txt");