You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Find **DevKit DPS** and click **Open Sample** button. A new VS Code window with
75
75

76
76
77
77
2. Open **DevKitDPS.ino**, Find and replace `[Global Device Endpoint]` and `[ID Scope]` with the values you just note down.
78
-

78
+

79
79
80
80
## Save Unique Device Secret on STSAFE security chip
81
81
@@ -100,11 +100,11 @@ Here you may need to close [serial monitor](https://github.com/microsoft/vscode-
100
100
101
101
## Build and upload the device code
102
102
103
-
1. Open **DevKitDPS.ino** and find **registrationId**, give a new value.
103
+
1. Open **DevKitDPS.ino** and find **deviceId**, give a new value.
104
104
105
-
The Registration ID has to use alphanumeric, lowercase, and hyphen combinations only with maximum 128 characters long. See [Manage device enrollments with Azure portal](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-manage-enrollments) for more details.
105
+
The Device ID has to use alphanumeric, lowercase, and hyphen combinations only with maximum 128 characters long. See [Manage device enrollments with Azure portal](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-manage-enrollments) for more details.
106
106
107
-
> You can leave the **registrationId** as blank, the application will generate one for you based on the MAC address and firmware version. If you want to customized it,
107
+
> You can leave the **deviceId** as blank, the application will generate one for you based on the MAC address and firmware version. If you want to customized it,
108
108
109
109
2. Open the command palette and select **Azure IoT Device Workbench: Upload Device Code**.
0 commit comments