Skip to content

Commit 9149d3c

Browse files
Added instructions for connection
1 parent 0fa28f7 commit 9149d3c

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual

1 file changed

+2
-2
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ from arduino_alvik import ArduinoAlvik
12811281
from time import sleep_ms
12821282

12831283
# Wi-Fi credentials
1284-
SSID = "Arduino_IoT"
1285-
PASSWORD = "ArduinoIoT2021"
1284+
SSID = "Insert_SSID_Here"
1285+
PASSWORD = "Insert_Password_Here"
12861286

12871287
# Connect to Wi-Fi
12881288
sta_if = network.WLAN(network.STA_IF)

0 commit comments

Comments
 (0)