added cron in global configuration
This commit is contained in:
parent
55ada7fd52
commit
5f8f2be7b0
17
Kconfig
17
Kconfig
|
|
@ -105,6 +105,23 @@ menu "WebGUIApp"
|
|||
Timezone in hours. Positive for East and negative for the West
|
||||
endmenu
|
||||
|
||||
menu "CRON settings"
|
||||
config WEBGUIAPP_CRON_ENABLE
|
||||
bool "Enabled CRON scheduler"
|
||||
default y
|
||||
help
|
||||
Include CRON functionality into firmware
|
||||
|
||||
if WEBGUIAPP_CRON_ENABLE
|
||||
|
||||
config WEBGUIAPP_CRON_NUMBER
|
||||
int "CRON tasks number"
|
||||
range 1 32
|
||||
default 16
|
||||
help
|
||||
Max number of CRON schedulers in the system
|
||||
endif
|
||||
endmenu
|
||||
|
||||
|
||||
menu "SPI settings"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user