Версия для esp32

This commit is contained in:
Dmitry Borisenko
2020-12-30 13:48:29 +01:00
parent e0bb6d58e8
commit dad08c1686
8 changed files with 92 additions and 72 deletions

View File

@@ -2,11 +2,14 @@
//===========Firmware=============================================================================================================================================
#define FIRMWARE_VERSION 274
#define ESP8266_FLASH_SIZE_1MB true
#define ESP8266_FLASH_SIZE_1MB false
//===========FileSystem==============================================================================================================================================
#define USE_LITTLEFS false
#define USE_LITTLEFS true
//==================================================================================================================================================================
#define NUM_BUTTONS 6
#ifndef LED_BUILTIN
#define LED_BUILTIN 2
#endif
#define LED_PIN LED_BUILTIN
//===========MQTT=================================================================================================================================================
#define MQTT_RECONNECT_INTERVAL 20000