Skip to content

Commit e8516a6

Browse files
committed
fill in the blanks
1 parent 9f348ce commit e8516a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • assignments/05-walkie-talkie-discover

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
3232
CIRCUITPY_WIFI_SSID = "TUD-facility" # name of your wifi
3333
CIRCUITPY_WIFI_PASSWORD = " " # your iPSK code
3434

35-
DEVICE_ID = " " # Unique client ID for your device
35+
DEVICE_ID = "YOUR_UNIQUE_NAME" # Unique client ID for your device
3636
MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
3737
MQTT_USERNAME = "ide-education" # MQTT Username
3838
MQTT_PASSWORD = "slpfhrGJNqRgA7Qw" # MQTT Password

0 commit comments

Comments
 (0)