CircuitPython version
Adafruit CircuitPython 8.2.0-beta.0 on 2023-05-24; Adafruit Feather ESP32-S2 TFT with ESP32S2
Code/REPL
import wifi
wifi.radio.connect('...','...')
Behavior
Traceback (most recent call last):
File "", line 1, in
ConnectionError: Unknown failure 15
Description
This test done in the REPL window of mu 1.2.0.
In another testscript with wifi scanning networks results, the transmission I was trying to connect to (above) was reported with:
network ssid: '... ', channel: 4, rssi: -31
Error might be related to (closed) issue #7127
Additional information
No response
CircuitPython version
Code/REPL
Behavior
Traceback (most recent call last):
File "", line 1, in
ConnectionError: Unknown failure 15
Description
This test done in the REPL window of mu 1.2.0.
In another testscript with wifi scanning networks results, the transmission I was trying to connect to (above) was reported with:
network ssid: '... ', channel: 4, rssi: -31
Error might be related to (closed) issue #7127
Additional information
No response