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