coreMQTT-Agent-Demos icon indicating copy to clipboard operation
coreMQTT-Agent-Demos copied to clipboard

Update the corMQTT Submodule Pointer

Open DakshitBabbar opened this issue 9 months ago • 0 comments

Description

This PR:

  • Sets the new API pointers (writev transport interface) that was added in the later versions of coreMQTT
  • Includescore_mqtt_config_defaults.h insubscription_manager.h as in the last version of MQTT it was already included in the core_mqtt.h file but in the latest version it isn't.
  • Adds versioning control to demo_config.h for OTA demo
  • Adds the macro to not use the custom config file for coreMQTT-Agent. In the previous version of coreMQTT-Agent core_mqtt_agen_config.h was not used but in the latest version it is hence the OTA demo fails as it does not find it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

DakshitBabbar avatar Feb 22 '25 06:02 DakshitBabbar