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.
1 parent 9c6cc7e commit 6032dedCopy full SHA for 6032ded
main.cpp
@@ -41,7 +41,7 @@ void print_client_ids(void)
41
{
42
printf("Account ID: %s\n", cloud_client->endpoint_info()->account_id.c_str());
43
printf("Endpoint name: %s\n", cloud_client->endpoint_info()->internal_endpoint_name.c_str());
44
- printf("Device Id: %s\n\n", cloud_client->endpoint_info()->endpoint_name.c_str());
+ printf("Device ID: %s\n\n", cloud_client->endpoint_info()->endpoint_name.c_str());
45
}
46
47
void button_press(void)
0 commit comments