kopia lustrzana https://github.com/espressif/esp-idf
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:pull/6275/head8562437c8a
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
rodzic
a1c2141f82
commit
467e4d997b
|
@ -1 +1 @@
|
|||
Subproject commit b9db8d90204c7f9a23165630fd74ad621516c0c7
|
||||
Subproject commit da850b0add1e71b3659bfac5d797cc834dc3e89b
|
Ładowanie…
Reference in New Issue