I'm using CicuitPython V8.1 on a Raspberry Pi Pico W. I import wifi.radio and use radio.start_ap()
to start an access point, but from radio.stop_ap()
I get:
NotImplementedError: Stopping AP is not supported.
I can reset with microprocessor.reset()
but that's kind of drastic. How do I stop the access point?