Skip to content

ESP Azure IoT Release v1.0

Latest
Compare
Choose a tag to compare
@mahavirj mahavirj released this 11 Mar 10:13
· 33 commits to master since this release

Features

  • Directory restructure, provision for multiple examples
  • Azure IoT SDK updated to v1.2.14
  • New examples added for provisioning and device-twin feature from Azure IoT

Bugfixes

  • Server authentication is now made mandatory in all examples
    • Mutual authentication (both ways) is required in provisioning example
  • Fix crash issue with default retry policy in Azure IoT SDK (refer Azure/azure-iot-sdk-c#875)
  • Configurable retry interval and number of attempts in iothub_client_sample_mqtt example