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.
2 parents 84ad45f + 9f348ce commit d6e8293Copy full SHA for d6e8293
1 file changed
assignments/05-walkie-talkie-discover/index.md
@@ -33,8 +33,8 @@ 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
36
-BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
37
-MQTT_CLIENT_ID = "ide-education" # MQTT Username
+MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
+MQTT_USERNAME = "ide-education" # MQTT Username
38
MQTT_PASSWORD = "slpfhrGJNqRgA7Qw" # MQTT Password
39
MQTT_PORT = 1883 # Default MQTT Port
40
```
0 commit comments