added cron in global configuration
This commit is contained in:
parent
55ada7fd52
commit
5f8f2be7b0
19
Kconfig
19
Kconfig
|
|
@ -104,7 +104,24 @@ menu "WebGUIApp"
|
||||||
help
|
help
|
||||||
Timezone in hours. Positive for East and negative for the West
|
Timezone in hours. Positive for East and negative for the West
|
||||||
endmenu
|
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"
|
menu "SPI settings"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user