Add metrics collection via sqlite

This commit is contained in:
2022-05-10 18:03:37 -07:00
parent 0c2e57ced0
commit 66618e5bf0
6 changed files with 246 additions and 3 deletions

View File

@@ -4,6 +4,22 @@
[socket]
path = "/tmp/itd/socket"
[metrics]
enabled = false
[metrics.heartRate]
enabled = true
[metrics.stepCount]
enabled = true
[metrics.battLevel]
enabled = true
[metrics.motion]
# This may lower the battery life of the PineTime
enabled = false
[conn]
reconnect = true