Closed anecdata closed 1 year ago
At first I was unable to reproduce this problem, but that was because pull #7101 had turned the crash into a "Stopping AP is not supported." in common_hal_wifi_radio_stop_ap()
. Looking into the reason for that I found https://github.com/georgerobotics/cyw43-driver/issues/47 which notes that "Something needs to call cyw43_wifi_set_up with up set to false...". Doing that solves this issue and makes wifi.stop_ap()
functional for RP2.
Closed by #8590
CircuitPython version
Code/REPL
Behavior
Rinse, repeat.
Description
If a
while True:
loop is added to the end of the code, and control-C is attempted after some time, it will not crash. But sometimes crashes if control-C is too soon.Additional information
This arose on Discord, some discussion there, but the salient points are in the issue above.