Skip to content

Commit 6558f5f

Browse files
authored
Merge pull request #39 from id-studiolab/test
correct amount of tabs
2 parents c2faa88 + 316a48b commit 6558f5f

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • assignments/05-walkie-talkie-discover

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
3030

3131
```toml
3232
CIRCUITPY_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
3736
MQTT_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

4342
Extend your settings.toml file with the entries for the MQTT server and fill in your **iPSK code** and your **device id**.

0 commit comments

Comments
 (0)