mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-30 21:44:08 +08:00
fix: fix sub topic name log in mqtt example
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/446
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user