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.
1 parent 5df0b1d commit 7c1374eCopy full SHA for 7c1374e
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