Skip to content

Commit b64b51f

Browse files
committed
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
2 parents f2e8872 + 82c0c52 commit b64b51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/esp8266/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ menu Wi-Fi
332332

333333
config SCAN_AP_MAX
334334
int "Max scan AP number"
335-
range 1 64
336-
default 32
335+
range 1 100
336+
default 99
337337
help
338338
Function "esp_wifi_scan_get_ap_num" return value will be less than this. It is said that user cannot
339339
scan more than this.

0 commit comments

Comments
 (0)