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 b7af0a2 + b73ec86 commit 4b91d2fCopy full SHA for 4b91d2f
includes/iot-central-connect-device-c.md
@@ -109,7 +109,7 @@ int main(void)
109
// for extended periods of time when using DPS.
110
else if ((deviceClient = CreateAndConfigureDeviceClientHandleForPnP()) == NULL)
111
{
112
- LogError("Failure creating Iot Hub device client");
+ LogError("Failure creating IoT Hub device client");
113
PnP_ThermostatComponent_Destroy(g_thermostatHandle1);
114
PnP_ThermostatComponent_Destroy(g_thermostatHandle2);
115
}
0 commit comments