added cron in global configuration

This commit is contained in:
Bogdan Pilyugin 2023-05-16 08:06:56 +02:00
parent 55ada7fd52
commit 5f8f2be7b0

19
Kconfig
View File

@ -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"