Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df0b1d + 7c1374e commit c8b27d3Copy full SHA for c8b27d3
examples/protocols/mqtt/main/MQTTEcho.c
@@ -184,7 +184,7 @@ static void mqtt_client_thread(void *pvParameters)
184
continue;
185
}
186
187
- 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);
188
189
for (;;) {
190
MQTTMessage message;
0 commit comments