mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user