mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
MQTT: Update submodule reference: config, error handle, minor fixes
Updates esp-mqtt reference to include fixes below related mainly to: * configuration update (disable keepalive, network timeout) * minor fixes (size_t for all sizes, unbalanced lock, api for outbox-size) * extended error handle to include socket's errno Closes https://github.com/espressif/esp-idf/issues/5906 Config: Added config value to disable keepalive mechanism esp-mqtt commit:8562437c8a
Related https://github.com/espressif/esp-mqtt/issues/179 Added esp_mqtt_client_get_outbox_size API esp-mqtt commit:0a1d9d0300
Related https://github.com/espressif/esp-mqtt/pull/178 mqtt_outbox: Removed unused retry_count field from outbox_item_t esp-mqtt commit:673086e13a
config: Fixed typo for configuring OUTBOX_EXPIRED_TIMEOUT_MS esp-mqtt commit:259baaec96
Fixed missing MQTT_API_UNLOCK in esp_mqtt_client_stop error path esp-mqtt commit:845c2a3a1e
Related https://github.com/espressif/esp-mqtt/issues/173 Related https://github.com/espressif/esp-mqtt/pull/174 Extended mqtt error handle to capture transport's socket errno (IDF v4.3+) esp-mqtt commit:23c8e1ecf5
Config: Added configuration value to set network timeout esp-mqtt commit:a03228ac46
Related https://github.com/espressif/esp-mqtt/pull/166 Used size_t for all lengths to allow for other architectures esp-mqtt commit:b9db8d9020
This commit is contained in:
parent
2c6eb0bd74
commit
e846274e59
@ -1 +1 @@
|
||||
Subproject commit 01594bf118ae502b5a0ead040446f2be75d26223
|
||||
Subproject commit da850b0add1e71b3659bfac5d797cc834dc3e89b
|
Loading…
Reference in New Issue
Block a user