Skip to content

Commit

Permalink
mqtt: Fix sending log data; dup flag after queue
Browse files Browse the repository at this point in the history
* Fix sending mqtt message longer than Tx buffer size
* Fix enqueue API to send data with correct dup flag
* Update submodule: git log --oneline b86d42c..985078a

Detailed description of the changes:
* Isolate IDF env for v4.4 and v5.0(master)
  - See merge request espressif/esp-mqtt!111
  - ci: Isolate IDF env for v4.4 and v5.0(master) (espressif/esp-mqtt@4c5a65c)
* Client: Remove usage of legacy FreeRTOS types
  - See merge request espressif/esp-mqtt!120
  - ci: Fix build issues with IDF-4.4 against master (espressif/esp-mqtt@c28a56d)
  - See commit espressif@6ef98d6
* mqtt_client: Fix mqtt send long data error
  - See merge request espressif/esp-mqtt!117
  - Closes espressif#214
  - See commit espressif@372b323
* Client: Fix use esp_mqtt_client_enqueue API to send data, data dup flag will be set 1
  - See merge request espressif/esp-mqtt!116
  - See commit espressif@df8dc92
  • Loading branch information
david-cermak authored and egnor committed Dec 23, 2022
1 parent ccfd032 commit 07e83fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mqtt/esp-mqtt
Submodule esp-mqtt updated from b86d42 to 985078

0 comments on commit 07e83fb

Please sign in to comment.