We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 212d84b + 3ffd143 commit fd020b0Copy full SHA for fd020b0
docs/guides/quickstart/6-flash-sample.md
@@ -49,8 +49,9 @@ Open `samples/hello/prj.conf` in your editor of choice and add these fields:
49
```
50
CONFIG_ESP32_WIFI_SSID="YOUR_NETWORK_NAME"
51
CONFIG_ESP32_WIFI_PASSWORD="YOUR_NETWORK_PW"
52
-CONFIG_GOLIOTH_SERVER_DTLS_PSK_ID="DEVICE_CRED_ID"
53
-CONFIG_GOLIOTH_SERVER_DTLS_PSK="DEVICE_PSK"
+
+CONFIG_GOLIOTH_SYSTEM_CLIENT_PSK_ID="DEVICE_CRED_ID"
54
+CONFIG_GOLIOTH_SYSTEM_CLIENT_PSK="DEVICE_PSK"
55
56
57
Set the PSK & PSK ID to match what was used during the provisioning step and the Wi-Fi network credentials to match your network.
0 commit comments