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 e8516a6 commit d8eba44Copy full SHA for d8eba44
1 file changed
assignments/05-walkie-talkie-discover/index.md
@@ -30,7 +30,8 @@ Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor c
30
31
```toml
32
CIRCUITPY_WIFI_SSID = "TUD-facility" # name of your wifi
33
-CIRCUITPY_WIFI_PASSWORD = " " # your iPSK code
+CIRCUITPY_WIFI_PASSWORD = "YOUR_PASSWORD" # password of your wifi
34
+ # your iPSK code
35
36
DEVICE_ID = "YOUR_UNIQUE_NAME" # Unique client ID for your device
37
MQTT_BROKER = "ide-education.cloud.shiftr.io" # MQTT Broker URL
0 commit comments