Change default time save period to 60000 ms
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user