mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-12 21:40:02 +01: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
|