mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-28 20:42:05 +08:00
Merge branch 'bugfix/fix_example_mqtt_log_sub_topic_name' into 'master'
fix: fix sub topic name log in mqtt example See merge request sdk/ESP8266_RTOS_SDK!710
This commit is contained in:
@ -184,7 +184,7 @@ static void mqtt_client_thread(void *pvParameters)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_PUB_TOPIC);
|
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_SUB_TOPIC);
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
MQTTMessage message;
|
MQTTMessage message;
|
||||||
|
Reference in New Issue
Block a user