Increase interval to clock update from 1 second to 60 seconds.

This reduces energy consumption.
This commit is contained in:
Daniel Hofmann 2023-04-23 20:24:47 +00:00
parent 42086cd584
commit 54e9ced5b4

View file

@ -63,7 +63,8 @@ ColumnLayout {
id: timeSource
engine: "time"
connectedSources: ["Local"]
interval: 1000
interval: 60000
intervalAlignment: P5Support.Types.AlignToMinute
}
}