Update the coreMQTT submodule pointer (#1331)

* Update the coreMQTT submodule pointer

* [coreMQTT Version Update] Include core_mqtt_config.h in mqtt helper files

* Update the coreMQTT-Agent Submodule pointer to the updated fork branch

* Update manifest.yml file

* Add readme for OTA demos transitioning

* Update the pointer to coreMQTT-Agent to the upstream main and update manifest file

* Update manifest file

---------

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
Dakshit Babbar 2025-03-06 11:08:38 +05:30 committed by GitHub
parent 8eba8b5c9f
commit fda472bbd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,5 @@
## Over The Air Updates Demo
These demos demonstrate how to use the [AWS IoT Over the Air update library](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/main) for carrying out over the air updates using MQTT and HTTP protocols for file transfer.
**Note:** We recommend transitioning to the [new modular and composable OTA approach](https://freertos.org/Documentation/03-Libraries/07-Modular-over-the-air-updates/01-Over-the-air-updates) instead. To get started, see the new [OTA reference demo](https://github.com/FreeRTOS/Lab-Project-ota-example-for-AWS-IoT-Core?tab=readme-ov-file).