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 28233aa commit 8f44cecCopy full SHA for 8f44cec
libraries/WiFi/src/WiFiScan.cpp
@@ -114,7 +114,7 @@ int16_t
114
*/
115
void WiFiScanClass::_scanDone() {
116
if (!(WiFiGenericClass::getStatusBits() & WIFI_SCANNING_BIT)) {
117
- return; //Ignore if not scanning, scan was started by other
+ return; //Ignore if not scanning, scan was started by other
118
}
119
esp_wifi_scan_get_ap_num(&(WiFiScanClass::_scanCount));
120
if (WiFiScanClass::_scanResult) {
0 commit comments