Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | Move overnight steps compensation code to the place where it's recorded | Arseniy-Movshev | |
2023-05-29 | Make sure step count doesn't duplicate | Arseniy-Movshev | |
this works in general, but won't work on devices such as catfish or medaka, which are able to count steps when the step counter isn't active. Those will need custom code in the future. | |||
2023-05-28 | Allow sensorlogd to set up its directory structure | Arseniy-Movshev | |
This code sets up all the paths used by sensorlogd before it is started | |||
2023-05-26 | Restructure to split to daemon and qml accessor | Arseniy-Movshev | |
- add separate subdirs for daemon and qml - add some generic qml boilerplate - add a really lazy 'last value' loader implementation - license the project as gplv3 (add copyright notices and license text) |