Skip to content

Commit d6e8293

Browse files
authored
Merge pull request #37 from id-studiolab/test
Fix MQTT settings
2 parents 84ad45f + 9f348ce commit d6e8293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • assignments/05-walkie-talkie-discover

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ CIRCUITPY_WIFI_SSID = "TUD-facility" # name of your wifi
3333
CIRCUITPY_WIFI_PASSWORD = " " # your iPSK code
3434

3535
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
36+
MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
37+
MQTT_USERNAME = "ide-education" # MQTT Username
3838
MQTT_PASSWORD = "slpfhrGJNqRgA7Qw" # MQTT Password
3939
MQTT_PORT = 1883 # Default MQTT Port
4040
```

0 commit comments

Comments
 (0)