Auto Pause
Closed this issue · 2 comments
dbrgn commented
I'm thinking about using uLogger for tracking my bike rides. One vital feature I'd need for that would be auto-pause when stopping.
Are there any plans implementing that?
bfabiszewski commented
You can get such behaviour by setting minimum distance parameter to non-zero value. When you stop, the distance will be zero, so positions during stop will not be logged.
When you move again and cover distance greater than minimum, it will be logged again.
dbrgn commented
Ah, thanks! I guess that will do for me :)