mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config WAKE_UP_TIME
|
||
|
int "Wake up interval in seconds"
|
||
|
default 10
|
||
|
range 1 60
|
||
|
help
|
||
|
Configurable wake up interval in seconds.
|
||
|
|
||
|
endmenu
|