прошивка работает и для esp32

This commit is contained in:
Dmitry Borisenko
2021-12-23 17:48:01 +01:00
parent 7147e041b4
commit 44ccbe7ed7
7 changed files with 58 additions and 9 deletions

View File

@@ -4,6 +4,14 @@
#define JSON_BUFFER_SIZE 4096
#ifdef esp8266_4mb
#define USE_LITTLEFS true
#endif
#ifdef esp32_4mb
#define USE_LITTLEFS false
#endif
//задачи таскера
enum TimerTask_t { WIFI_SCAN,
WIFI_MQTT_CONNECTION_CHECK,