Compare commits
No commits in common. "497acec11bef8e91a014fa98d77b881f18a7d68f" and "7e18371f6e0d538f3a186cadccb654a2874861a3" have entirely different histories.
497acec11b
...
7e18371f6e
|
@ -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_trim, topic_length, payload_nt, length);
|
user_mqtt_callback(topic, topic_length, payload_nt, length);
|
||||||
}
|
}
|
||||||
|
|
||||||
void thread_initialization()
|
void thread_initialization()
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue