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:
Wu Jian Gang
2019-01-09 17:23:35 +08:00

View File

@ -184,7 +184,7 @@ static void mqtt_client_thread(void *pvParameters)
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 (;;) {
MQTTMessage message;