Skip to content

Commit fd020b0

Browse files
authored
Merge pull request #20 from golioth/chrisgammell/quickstart-prj.conf-fix
Updated the psk_id and psk variables for quickstart demo
2 parents 212d84b + 3ffd143 commit fd020b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/quickstart/6-flash-sample.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Open `samples/hello/prj.conf` in your editor of choice and add these fields:
4949
```
5050
CONFIG_ESP32_WIFI_SSID="YOUR_NETWORK_NAME"
5151
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"
52+
53+
CONFIG_GOLIOTH_SYSTEM_CLIENT_PSK_ID="DEVICE_CRED_ID"
54+
CONFIG_GOLIOTH_SYSTEM_CLIENT_PSK="DEVICE_PSK"
5455
```
5556
5657
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

Comments
 (0)