mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
|
menu "Example Configuration"
|
||
|
config EXAMPLE_ETH_DEINIT_AFTER_S
|
||
|
int "Stop and deinit Ethernet after elapsing number of secs"
|
||
|
range -1 300
|
||
|
default -1
|
||
|
help
|
||
|
This option is for demonstration purposes only to demonstrate deinitialization of the Ethernet driver.
|
||
|
Set to -1 to not deinitialize.
|
||
|
endmenu
|