You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hud): GPS speed metric renders on the HUD overlay
Phone GPS speed already rode the wire (HudState.gpsSpeedKmh with
gpsSource="PHONE") but the HUD threw it away and the overlay-metric enum had no
GPS_SPEED key, so a GPS speed element did nothing on the HUD. Add GPS_SPEED to
both StudioMetric copies (byte-identical key), a gpsSpeedKmh field on the phone
and HUD WheelData, map the phone GPS speed through the HUD adapter, and merge it
into the studio editor preview. No protocol bump - speed was already sent.
Localized the picker label across 18 locales.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GADLyChheAoMX9dQbRgRnH
0 commit comments