esp-aws-iot
esp-aws-iot copied to clipboard
Add migration guide from IDF 4 to IDF 5 (CA-349)
Related to #227
Add a migration guide for transitioning from IDF 4 to IDF 5 for esp-aws-iot.
-
Migration Guide:
- Add a new file
MigrationGuide_IDF4_to_IDF5.mdwith detailed steps and examples for migrating fromaws_iot_mqtt_client.cto coreMQTT. - Include sections on updating dependencies, configuration, code, network context, callback functions, testing, and documentation.
- Add a new file
-
README Update:
- Add a link to the new migration guide in the
README.mdfile. - Update the
README.mdfile to mention the availability of the new migration guide.
- Add a link to the new migration guide in the