Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #5906 Config: Added config value to disable keepalive mechanism esp-mqtt commit: espressif/esp-mqtt@8562437 Related espressif/esp-mqtt#179 Added esp_mqtt_client_get_outbox_size API esp-mqtt commit: espressif/esp-mqtt@0a1d9d0 Related espressif/esp-mqtt#178 mqtt_outbox: Removed unused retry_count field from outbox_item_t esp-mqtt commit: espressif/esp-mqtt@673086e config: Fixed typo for configuring OUTBOX_EXPIRED_TIMEOUT_MS esp-mqtt commit: espressif/esp-mqtt@259baae Fixed missing MQTT_API_UNLOCK in esp_mqtt_client_stop error path esp-mqtt commit: espressif/esp-mqtt@845c2a3 Related espressif/esp-mqtt#173 Related espressif/esp-mqtt#174 Extended mqtt error handle to capture transport's socket errno (IDF v4.3+) esp-mqtt commit: espressif/esp-mqtt@23c8e1e Config: Added configuration value to set network timeout esp-mqtt commit: espressif/esp-mqtt@a03228a Related espressif/esp-mqtt#166 Used size_t for all lengths to allow for other architectures esp-mqtt commit: espressif/esp-mqtt@b9db8d9
- Loading branch information