Skip to content

DO NOT MERGE: iothub_ll_telemetry_sample to demo the SDK port #1

New issue

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

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TEMPORARY example: Use a more recognisable hello message
  • Loading branch information
LDong-Arm committed Jul 17, 2020
commit c46bd3cf8ad71cb6ddb99573d21cdcdc47513ae0
2 changes: 1 addition & 1 deletion iothub_ll_telemetry_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int run(void)
IOTHUB_CLIENT_TRANSPORT_PROVIDER protocol;
IOTHUB_MESSAGE_HANDLE message_handle;
size_t messages_sent = 0;
const char* telemetry_msg = "test_message";
const char* telemetry_msg = "Hello from the device";

// Select the Protocol to use with the connection
#ifdef SAMPLE_MQTT
Expand Down