From 61b5285cff16cd4665a53f7d25d20c43a70e64f5 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 13 May 2022 10:48:28 +0200 Subject: [PATCH] mqtt: Fix incorrect reads on error (idf_v4.x) * Update submodule: git log --oneline 985078affa8a2d2b56b87c8e6455252850f895c6..27eb4726067465c5c67d4ecdca5ddccd26f02580 Detailed description of the changes: * MQTT: Fix signature matching for integer values (Backport to idf_v4.x) - See merge request espressif/esp-mqtt!133 - Closes https://github.com/espressif/esp-idf/issues/8482 - MQTT: Fix signature matching for integer values (espressif/esp-mqtt@f162002) * ci: Deploy idf_v4.x branch to GitHub (espressif/esp-mqtt@ee5ecad) --- 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 985078affa..27eb472606 160000 --- a/components/mqtt/esp-mqtt +++ b/components/mqtt/esp-mqtt @@ -1 +1 @@ -Subproject commit 985078affa8a2d2b56b87c8e6455252850f895c6 +Subproject commit 27eb4726067465c5c67d4ecdca5ddccd26f02580