We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8fc717 + 9ed99d8 commit b90d184Copy full SHA for b90d184
DeviceSimulator/DeviceSimulator/AzureIoTHub.cs
@@ -16,7 +16,7 @@ public static class AzureIoTHub
16
/// Please replace with correct connection string value
17
/// The connection string could be got from Azure IoT Hub -> Shared access policies -> iothubowner -> Connection String:
18
/// </summary>
19
- private const string iotHubConnectionString = "<your-hub-connection-string>=";
+ private const string iotHubConnectionString = "<your-hub-connection-string>";
20
21
/// <summary>
22
/// Please replace with correct device connection string
0 commit comments