Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryYangKai committed Sep 24, 2019
1 parent 4decf11 commit f9ee7b9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Device/DevKitDPS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#include "utility.h"

// Input DPS instance info
static const char* Global_Device_Endpoint = "global.azure-devices-provisioning.net";
static const char* ID_Scope = "0ne0007EA79";
static const char* Global_Device_Endpoint = "[Global_Device_Endpoint]";
static const char* ID_Scope = "[ID_Scope]";

// Input your preferrred deviceId and only alphanumeric, lowercase, and hyphen are supported with maximum 128 characters long.
static const char* deviceId = "mynodedevice";
static const char* deviceId = "";

// Indicate whether WiFi is ready
static bool hasWifi = false;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Find **DevKit DPS** and click **Open Sample** button. A new VS Code window with
![DPS Global Endpoint and ID Scope](media/devkit-dps/copy-endpoint.png)

2. Open **DevKitDPS.ino**, Find and replace `[Global Device Endpoint]` and `[ID Scope]` with the values you just note down.
![DPS Global Endpoint and ID Scope](media/devkit-dps/paste-endpoint-new.png)
![DPS Global Endpoint and ID Scope](media/devkit-dps/paste-endpoint-deviceid.png)

## Save Unique Device Secret on STSAFE security chip

Expand Down
Binary file added media/devkit-dps/paste-endpoint-deviceid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/devkit-dps/paste-endpoint-new.png
Binary file not shown.
Binary file removed media/devkit-dps/paste-endpoint.png
Binary file not shown.

0 comments on commit f9ee7b9

Please sign in to comment.