hishizuka / pizero_bikecomputer

An open source bike computer based on Raspberry Pi Zero (W, WH, 2W) with GPS and ANT+. Including offline map and navigation.

Home Page:https://qiita.com/hishi/items/46619b271daaa9ad41b3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo mode speed

joeydejong112 opened this issue · comments

Hi is it possible to make the demo speed more slower. Currently the bike is going way to fast to test certain things

I fixed it. Adjust COURSE_DIVIDE_FACTOR in modules/sensor/gps/dummy.py.
The upper limit is the number of points reduced by downsampling in the log message.

downsampling:1838 -> 339