We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the IoT hub examples, the username is set to "<broker>/<device id>/api-version=2018-06-30":
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_GSM/Azure_IoT_Hub_GSM.ino
Line 77 in 4ce13b8
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_NB/Azure_IoT_Hub_NB.ino
Line 79 in 4ce13b8
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_WiFi/Azure_IoT_Hub_WiFi.ino
Line 69 in 4ce13b8
It should be "<broker>/<device id>/?api-version=2018-06-30".
According to IoT hub docs here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the IoT hub examples, the username is set to "<broker>/<device id>/api-version=2018-06-30":
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_GSM/Azure_IoT_Hub_GSM.ino
Line 77 in 4ce13b8
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_NB/Azure_IoT_Hub_NB.ino
Line 79 in 4ce13b8
ArduinoCloudProviderExamples/examples/Azure IoT Hub/Azure_IoT_Hub_WiFi/Azure_IoT_Hub_WiFi.ino
Line 69 in 4ce13b8
It should be "<broker>/<device id>/?api-version=2018-06-30".
According to IoT hub docs here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support
The text was updated successfully, but these errors were encountered: