File tree Expand file tree Collapse file tree
assignments/05-walkie-talkie-discover Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,13 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
3030
3131``` toml
3232CIRCUITPY_WIFI_SSID = " TUD-facility" # name of your wifi
33- CIRCUITPY_WIFI_PASSWORD = " YOUR_PASSWORD" # password of your wifi
34- # your iPSK code
33+ CIRCUITPY_WIFI_PASSWORD = " YOUR_PASSWORD" # your iPSK code
3534
36- DEVICE_ID = " YOUR_UNIQUE_NAME" # Unique client ID for your device
35+ DEVICE_ID = " YOUR_UNIQUE_NAME" # Unique client ID for your device
3736MQTT_BROKER = " ide-education.cloud.shiftr.io" # MQTT Broker URL
38- MQTT_USERNAME = " ide-education" # MQTT Username
39- MQTT_PASSWORD = " slpfhrGJNqRgA7Qw" # MQTT Password
40- MQTT_PORT = 1883 # Default MQTT Port
37+ MQTT_USERNAME = " ide-education" # MQTT Username
38+ MQTT_PASSWORD = " slpfhrGJNqRgA7Qw" # MQTT Password
39+ MQTT_PORT = 1883 # Default MQTT Port
4140```
4241
4342Extend your settings.toml file with the entries for the MQTT server and fill in your ** iPSK code** and your ** device id** .
You can’t perform that action at this time.
0 commit comments