Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06f0c7 commit fbf67e1Copy full SHA for fbf67e1
TestWebServer.py
@@ -5,8 +5,8 @@
5
GPIO_NUM = 2 # Builtin led (D4)
6
7
# Wi-Fi configuration
8
-STA_SSID = "MEE_MI"
9
-STA_PSK = "PinkFloyd1969"
+STA_SSID = "SSID"
+STA_PSK = "PASSWORD"
10
11
# Disable AP interface
12
ap_if = network.WLAN(network.AP_IF)
0 commit comments