mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-31 12:29:14 +03:00
267 Scenario bug fully fixed Stable
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
//===========Firmware=============================================================================================================================================
|
||||
#ifdef ESP8266
|
||||
#define FIRMWARE_NAME "esp8266-iotm"
|
||||
#define FIRMWARE_VERSION 266
|
||||
#define FIRMWARE_VERSION 267
|
||||
#endif
|
||||
#ifdef ESP32
|
||||
#define FIRMWARE_NAME "esp32-iotm"
|
||||
#define FIRMWARE_VERSION 266
|
||||
#define FIRMWARE_VERSION 267
|
||||
#endif
|
||||
#define FLASH_4MB true
|
||||
|
||||
@@ -105,4 +105,8 @@ enum LedStatus_t {
|
||||
enum ConfigType_t {
|
||||
CT_CONFIG,
|
||||
CT_SCENARIO
|
||||
};
|
||||
};
|
||||
|
||||
//07.11.2020
|
||||
//RAM: [===== ] 46.8% (used 38376 bytes from 81920 bytes)
|
||||
//Flash: [===== ] 54.2% (used 566004 bytes from 1044464 bytes)
|
||||
Reference in New Issue
Block a user