if (vSpeedRef.current && vSpeed !== undefined) {
      vSpeedRef.current.innerText = valueWithStep(msToKmh(vSpeed), 5).toFixed()
    }