mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config EXAMPLE_WIFI_CONNECTION_MAXIMUM_RETRY
|
||
|
int "WiFi connection maximum retry"
|
||
|
range 0 255
|
||
|
default 2
|
||
|
help
|
||
|
WiFi connection maximum retry, from 0 to 255.
|
||
|
|
||
|
endmenu
|