Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbf67e1

Browse files
committed
Adopting PEP8
1 parent d06f0c7 commit fbf67e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestWebServer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
GPIO_NUM = 2 # Builtin led (D4)
66

77
# Wi-Fi configuration
8-
STA_SSID = "MEE_MI"
9-
STA_PSK = "PinkFloyd1969"
8+
STA_SSID = "SSID"
9+
STA_PSK = "PASSWORD"
1010

1111
# Disable AP interface
1212
ap_if = network.WLAN(network.AP_IF)

0 commit comments

Comments
 (0)