mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 12:59:12 +03:00
Версия для esp32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user