Update espmega_iot_core.cpp
This commit is contained in:
parent
a6206cd881
commit
e199497a78
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue