Auto-switch between ride and nav views near a turn #37

Open
opened 2026-08-31 17:14:49 +02:00 by robert · 0 comments
robert commented 2026-08-31 17:14:49 +02:00 (Migrated from git.butzei.de)

Goal

Show the right screen without the rider touching anything.

Acceptance criteria

  • Switches to the nav view when a turn is within roughly 300 m
  • Returns to the previous view once the turn is passed
  • A manual view change suppresses auto-switching for a while, so the rider always wins
  • Off-route always surfaces the nav view
  • Auto-switching can be disabled in settings

Files

  • watchapp/src/c/main.c
  • watchapp/src/c/view_nav.c
## Goal Show the right screen without the rider touching anything. ## Acceptance criteria - [ ] Switches to the nav view when a turn is within roughly 300 m - [ ] Returns to the previous view once the turn is passed - [ ] A manual view change suppresses auto-switching for a while, so the rider always wins - [ ] Off-route always surfaces the nav view - [ ] Auto-switching can be disabled in settings ## Files - `watchapp/src/c/main.c` - `watchapp/src/c/view_nav.c`
Sign in to join this conversation.
No description provided.