Skip to content

Commit

Permalink
Remove placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthma committed Aug 16, 2019
1 parent 8706935 commit d934134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pnp/iotc_devkit/Device/src/mxchip_iot_devkit/ui/setting_page.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,39 +113,35 @@ static WEB_PAGE_SETTING_ITEM az_iot_sas_token_items[] =
{
{
"DPSEndpoint",
"The DPS endpoint",
ITEM_INPUT_TEXT,
"DPS endpoint",
ITEM_INPUT_TEXT,
"global.azure-devices-provisioning.net",
NULL,
128,
0
},
{
"ScopeId",
"The DPS ID Scope",
ITEM_INPUT_TEXT,
"DPS ID Scope",
ITEM_INPUT_TEXT,
NULL,
NULL,
32,
0
},
{
"DeviceId",
"The Device ID",
ITEM_INPUT_TEXT,
"Device ID",
ITEM_INPUT_TEXT,
NULL,
NULL,
128,
0
},
{
"PrimaryKey",
"The Primary Key",
ITEM_INPUT_PASSWORD,
"Primary Key",
ITEM_INPUT_PASSWORD,
NULL,
NULL,
128,
Expand Down
Binary file modified pnp/iotc_devkit/bin/iotc_devkit.bin
Binary file not shown.

0 comments on commit d934134

Please sign in to comment.