Skip to content

Commit c8b27d3

Browse files
committed
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
2 parents 5df0b1d + 7c1374e commit c8b27d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protocols/mqtt/main/MQTTEcho.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ static void mqtt_client_thread(void *pvParameters)
184184
continue;
185185
}
186186

187-
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_PUB_TOPIC);
187+
ESP_LOGI(TAG, "MQTT subscribe to topic %s OK", CONFIG_MQTT_SUB_TOPIC);
188188

189189
for (;;) {
190190
MQTTMessage message;

0 commit comments

Comments
 (0)