Skip to content

Commit d8eba44

Browse files
committed
fill in the blanks
1 parent e8516a6 commit d8eba44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • assignments/05-walkie-talkie-discover

assignments/05-walkie-talkie-discover/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
3030

3131
```toml
3232
CIRCUITPY_WIFI_SSID = "TUD-facility" # name of your wifi
33-
CIRCUITPY_WIFI_PASSWORD = " " # your iPSK code
33+
CIRCUITPY_WIFI_PASSWORD = "YOUR_PASSWORD" # password of your wifi
34+
# your iPSK code
3435

3536
DEVICE_ID = "YOUR_UNIQUE_NAME" # Unique client ID for your device
3637
MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL

0 commit comments

Comments
 (0)