mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
785248b3c7
record connecting status, got ip status, maximum retry, connection end info (reason code, rssi) and provide greater information to phone
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
|