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

4
set.h
View File

@@ -5,9 +5,9 @@ boolean start_check_version = false;
//#define OTA_enable
//#define MDNS_enable
#define WS_enable
//#define WS_enable
//#define layout_in_rom
//#define layout_in_ram
#define TIME_COMPILING String(__TIME__)
#define DATE_COMPILING String(__DATE__)