espressif / esp32-wifi-lib

ESP32 WiFi stack precompiled libraries
Apache License 2.0
165 stars 71 forks source link

WiFi scan just get good results when it tries connect to a networt first #9

Open copercini opened 7 years ago

copercini commented 7 years ago

When get a never flashed board and try scan networks, it gives poor scan results (like 3 or 4 networks only)

After try to connect to a wifi network, it gives 30 ~ 40 networks, like ESP8266

Calling WIFI disconnect function on Arduino it return to original state and scan just return 3 or 4 networks

More information here: https://github.com/espressif/arduino-esp32/issues/242