MILE_TO_KM_FACTOR
constMILE_TO_KM_FACTOR:0.6215=0.6215
Defined in: console-sdk/src/units/index.ts:71
The firmware’s pace conversion factor — the 0.6215f constant baked into
app_motion_pace1000m_to_MILE(). This is intentionally the firmware’s
rounded float, not the mathematically exact 1000 / 1609.344 ≈ 0.62137;
using the exact constant would drift from the console screen.