info request
This commit is contained in:
parent
3e7d3041f2
commit
2430b43f77
3 changed files with 42 additions and 12 deletions
|
@ -15,13 +15,13 @@
|
|||
// #define FRAM_DEBUG
|
||||
// #define MQTT_DEBUG
|
||||
#define WRITE_DEFAULT_NETCONF
|
||||
//#define CLIMATE_CARD_ENABLE
|
||||
#define CLIMATE_CARD_ENABLE
|
||||
#define MQTT_CARD_REGISTER
|
||||
#define DISPLAY_ENABLE
|
||||
#define WEB_SERVER_ENABLE
|
||||
#define LCD_OTA_ENABLE
|
||||
//#define REMOTE_VARIABLE_ENABLE
|
||||
//#define CT_ENABLE
|
||||
// #define REMOTE_VARIABLE_ENABLE
|
||||
// #define CT_ENABLE
|
||||
#define SMART_VARIABLE_ENABLE
|
||||
|
||||
// Demo PLC firmware using the ESPMegaPRO OOP library
|
||||
|
@ -236,6 +236,7 @@ void setup()
|
|||
ct.bindFRAM(&espmega.fram, 7000);
|
||||
ct.loadEnergy();
|
||||
ct.setEnergyAutoSave(true);
|
||||
espmega.iot->registerCard(3);
|
||||
#endif
|
||||
#ifdef SMART_VARIABLE_ENABLE
|
||||
ESP_LOGI("Initializer", "Initializing smart variable");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue