diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index a4520e59..f1dcd4eb 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -332,8 +332,8 @@ menu Wi-Fi config SCAN_AP_MAX int "Max scan AP number" - range 1 64 - default 32 + range 1 100 + default 99 help Function "esp_wifi_scan_get_ap_num" return value will be less than this. It is said that user cannot scan more than this.