AsteroidOS / meta-smartwatch

OpenEmbedded layer that provides support for various smartwatches.
25 stars 18 forks source link

sturgeon: sensorfw: Set default interval for the step counter. #198

Closed MagneFire closed 1 year ago

MagneFire commented 1 year ago

The previous method no longer appears to work with recent versions of sensorfw. Instead of setting the interval a single time, set it as a default to prevent it from setting the interval to zero.

This commit is based on https://github.com/AsteroidOS/meta-smartwatch/commit/9460f010c90ced0a34a4b574651f551ede679737.

beroset commented 1 year ago

Tested and works. Thanks!