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 7db6bd9 commit 992d7adCopy full SHA for 992d7ad
examples/esp_atcontrol_simpletest.py
@@ -52,8 +52,9 @@
52
while True:
53
try:
54
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
+# Some ESP do not return OK on AP Scan.
+# 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
58
print("Scanning for AP's")
59
for ap in esp.scan_APs():
60
print(ap)
0 commit comments