Skip to content

Commit 992d7ad

Browse files
authored
Update esp_atcontrol_simpletest.py
Edit lines to be under 88 for black.
1 parent 7db6bd9 commit 992d7ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/esp_atcontrol_simpletest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
while True:
5353
try:
5454
if first_pass:
55-
# Some ESP do not return OK on AP Scan. See https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol/issues/48
56-
# disable next 3 lines if you get a No OK response to AT+CWLAP
55+
# Some ESP do not return OK on AP Scan.
56+
# See https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol/issues/48
57+
# Comment out the next 3 lines if you get a No OK response to AT+CWLAP
5758
print("Scanning for AP's")
5859
for ap in esp.scan_APs():
5960
print(ap)

0 commit comments

Comments
 (0)