Change default time save period to 60000 ms

This commit is contained in:
Camden Dixie O'Brien 2023-05-18 01:33:54 +01:00
parent 2c8672d22f
commit 17704a5607

View File

@ -38,7 +38,7 @@ menu "Bedside clock settings"
default 10 default 10
config TIME_SAVE_PERIOD_MS config TIME_SAVE_PERIOD_MS
int "How often (in ms) to save the time to persistent storage" int "How often (in ms) to save the time to persistent storage"
default 300000 default 60000
config DEFAULT_TASK_STACK config DEFAULT_TASK_STACK
int "Default task stack size (in words)" int "Default task stack size (in words)"
default 4096 default 4096