Merge branch 'feature/change_scan_num_to_99' into 'master'

feat(esp8266): change scan num to 99

See merge request sdk/ESP8266_RTOS_SDK!1208
This commit is contained in:
Dong Heng
2019-12-05 15:10:31 +08:00

View File

@ -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.