From 13c40b53d1180f528aaf8541b5bdc9f8eb79abb8 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 28 Apr 2020 16:30:28 +0200 Subject: [PATCH] mqtt: clenaup logs and docs, esp_mqtt_abort_connection race condition esp_mqtt_abort_connection: Fixed an issue which could result in a race condition and subsequent crash esp_mqtt: Change an error print to use ESP_LOGE instead of ESP_LOGI Move Sending MQTT connect message log from Info to Debug level docs: Makes clear that publish API could block Change the message printed after MQTT connection failure --- components/mqtt/esp-mqtt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mqtt/esp-mqtt b/components/mqtt/esp-mqtt index d8e2081332..6bc94add89 160000 --- a/components/mqtt/esp-mqtt +++ b/components/mqtt/esp-mqtt @@ -1 +1 @@ -Subproject commit d8e20813326cb6c9fe0303fc5ba1813ccca53065 +Subproject commit 6bc94add892437d0fd50f26bfabe78c646648c13