We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f348ce commit e8516a6Copy full SHA for e8516a6
1 file changed
assignments/05-walkie-talkie-discover/index.md
@@ -32,7 +32,7 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
32
CIRCUITPY_WIFI_SSID = "TUD-facility" # name of your wifi
33
CIRCUITPY_WIFI_PASSWORD = " " # your iPSK code
34
35
-DEVICE_ID = " " # Unique client ID for your device
+DEVICE_ID = "YOUR_UNIQUE_NAME" # Unique client ID for your device
36
MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
37
MQTT_USERNAME = "ide-education" # MQTT Username
38
MQTT_PASSWORD = "slpfhrGJNqRgA7Qw" # MQTT Password
0 commit comments