mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
MQTT: Fix build if CONFIG_WS_TRANSPORT is not set and client cleanups
Updated MQTT submodule: git log --oneline f10321a53b53a146ee299cfecc320b89c0cf6611...89894bd0c611b1392967fe90bb49682eba858383 * Fix build issue if cert bundle disabled * Fix build issue if ws transport disabled * Add config to set retransmission interval Detailed description of the changes (f10321a53b...89894bd0c6
): * Added config option to configure custom retransmission interval - See merge request espressif/esp-mqtt!110 - esp_mqtt commit1b009c840b
- Related https://github.com/espressif/esp-mqtt/pull/199 * Configuration conflicts were verified, logged but not reported to the user. - See merge request espressif/esp-mqtt!102 - esp_mqtt commit88f4b8ed50
* Fixed build issue if cert bundle disabled - See merge request espressif/esp-mqtt!109 - esp_mqtt commit4a89bff610
- esp_mqtt commit1b71980575
- esp_mqtt commit5b3c81ee48
- Related https://github.com/espressif/esp-mqtt/pull/198 - Related https://github.com/espressif/esp-idf/issues/7535 * Removes unnecessary outbox_cleanup - This function were used on old version to handle QoS 2 messages. It's no longer necessary in current implementation. - See merge request espressif/esp-mqtt!108 - esp_mqtt commitebef896b00
* Fixed return an error when fail to enqueue - The functions that enqueue messages didn't had a return for the handler, with this the error was only logged instead of returned whichmay cause the user to have an ID for a message that was not published. - See merge request espressif/esp-mqtt!103 - esp_mqtt commit7471177fe7
* CI: Use qemu image based on esp-env:v4.4-1 - Replaced the temporary qemu image with the official qemu:v4.4-1-20210517 derived from the esp-env:v4.4-1 test environment - See merge request espressif/esp-mqtt!107 - esp_mqtt commit231b274962
Closes https://github.com/espressif/esp-idf/issues/7535
This commit is contained in:
parent
17bb86c748
commit
5b0b0d36ff
@ -1 +1 @@
|
||||
Subproject commit f10321a53b53a146ee299cfecc320b89c0cf6611
|
||||
Subproject commit 89894bd0c611b1392967fe90bb49682eba858383
|
Loading…
Reference in New Issue
Block a user