Compare commits
No commits in common. "662bf86c778268334d40ca1dffccecb88fbf78b6" and "6df26d63df038ee84af01d30d6bdc3f55e326f4e" have entirely different histories.
662bf86c77
...
6df26d63df
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue