Compare commits

..

2 Commits

Author SHA1 Message Date
Siwat Sirichai 497acec11b Revert "Update user_code.hpp"
This reverts commit 7e18371f6e.
2023-11-12 22:15:49 +07:00
Siwat Sirichai ea898f6a24 Revert "Update espmega_iot_core.cpp"
This reverts commit e199497a78.
2023-11-12 22:15:44 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@ void mqtt_callback(char *topic, byte *payload, unsigned int length)
{ {
ac_state_callback(topic, topic_length, payload_nt, length); ac_state_callback(topic, topic_length, payload_nt, length);
} }
user_mqtt_callback(topic, topic_length, payload_nt, length); user_mqtt_callback(topic_trim, topic_length, payload_nt, length);
} }
void thread_initialization() void thread_initialization()

View File

@ -10,7 +10,7 @@
#define ESPMEGA_REV "ESPMega PRO R3.3b (CUD)" #define ESPMEGA_REV "ESPMega PRO R3.3b (CUD)"
// Enable Software Module(s) // Enable Software Module(s)
#define ENABLE_INTERNAL_LCD // This will disable PC Communication //#define ENABLE_INTERNAL_LCD // This will disable PC Communication
#define ENABLE_IR_MODULE #define ENABLE_IR_MODULE
#define ENABLE_CLIMATE_MODULE // Require IR Module #define ENABLE_CLIMATE_MODULE // Require IR Module
#define ENABLE_WEBUI #define ENABLE_WEBUI