Change default time save period to 60000 ms
This commit is contained in:
parent
2c8672d22f
commit
17704a5607
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user