Compare commits
2 commits
6df26d63df
...
662bf86c77
Author | SHA1 | Date | |
---|---|---|---|
662bf86c77 | |||
e199497a78 |
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue