-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mqtt_update_v5.2' into 'release/v5.2'
change(mqtt): Updte esp_mqtt submodule (v5.2) See merge request espressif/esp-idf!32939
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp-mqtt
updated
9 files
+2 −2 | .github/workflows/mqtt__host-tests.yml | |
+0 −1 | host_test/CMakeLists.txt | |
+3 −2 | host_test/main/CMakeLists.txt | |
+6 −0 | host_test/main/idf_component.yml | |
+1 −2 | host_test/main/test_mqtt_client.cpp | |
+0 −4 | host_test/mocks/heap/CMakeLists.txt | |
+0 −11 | host_test/mocks/heap/heap_mock.c | |
+12 −8 | lib/mqtt5_msg.c | |
+32 −19 | mqtt_client.c |