[locations] Biking is slower than that
All checks were successful
build & deploy / test (push) Successful in 1m56s
build & deploy / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-05-01 18:42:55 -04:00
parent cc31c7e22e
commit 9d519138aa

View File

@ -11,7 +11,7 @@ SPEED_THRESHOLDS = {
"at_rest": 0.5,
"walking": 1,
"running": 2.5,
"bicycling": 6.5,
"bicycling": 5,
"driving": 10,
}