tune: stabilize heading-up rotation deadzone

This commit is contained in:
2026-03-19 16:53:25 +08:00
parent ceb5479c69
commit 714d86356d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ type MapPageData = MapEngineViewState & {
showDebugPanel: boolean
}
const INTERNAL_BUILD_VERSION = 'map-build-63'
const INTERNAL_BUILD_VERSION = 'map-build-64'
let mapEngine: MapEngine | null = null