Merge branch 'main' into cud

This commit is contained in:
Siwat Sirichai 2023-11-12 21:51:25 +07:00
commit 662bf86c77
1 changed files with 1 additions and 1 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);
}
user_mqtt_callback(topic_trim, topic_length, payload_nt, length);
user_mqtt_callback(topic, topic_length, payload_nt, length);
}
void thread_initialization()