Skip to content

Commit

Permalink
Merge pull request #1601 from Azure/GHIssue1599
Browse files Browse the repository at this point in the history
Fix incorrect handle name in telemetry sample (#1599)
  • Loading branch information
ewertons authored Jul 24, 2020
2 parents 79958b1 + 50535d6 commit 4613559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main(void)
//you are URL Encoding inputs yourself.
//ONLY valid for use with MQTT
//bool urlEncodeOn = true;
//IoTHubDeviceClient_LL_SetOption(iothub_ll_handle, OPTION_AUTO_URL_ENCODE_DECODE, &urlEncodeOn);
//IoTHubDeviceClient_LL_SetOption(device_ll_handle, OPTION_AUTO_URL_ENCODE_DECODE, &urlEncodeOn);
#endif

// Setting connection status callback to get indication of connection to iothub
Expand Down

0 comments on commit 4613559

Please sign in to comment.