Search found 1 match

by SeventhSeeker
Mon Oct 21, 2024 6:36 am
Forum: ESP32 Arduino
Topic: Is it possible that interrrupting an async wifi scan, in Arduino, by turning off wifi could lock out all future scans?
Replies: 0
Views: 89

Is it possible that interrrupting an async wifi scan, in Arduino, by turning off wifi could lock out all future scans?

I think this might be what's going on, but I'm not sure enough to register an issue on GitHub. As far as I can tell, WIFI_SCANNING_BIT is only cleared on a timeout or on a successful scan, but the timeout is handled by a layer below the Arduino stuff. So when you turn off WiFi, I suspect, but I'm no...