Compare commits
2 Commits
7e18371f6e
...
497acec11b
Author | SHA1 | Date |
---|---|---|
Siwat Sirichai | 497acec11b | |
Siwat Sirichai | ea898f6a24 |
|
@ -541,7 +541,7 @@ void mqtt_callback(char *topic, byte *payload, unsigned int 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()
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#define ESPMEGA_REV "ESPMega PRO R3.3b (CUD)"
|
||||
|
||||
// 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_CLIMATE_MODULE // Require IR Module
|
||||
#define ENABLE_WEBUI
|
||||
|
|
Loading…
Reference in New Issue