Fix a typo

This commit is contained in:
Timur Iskhodzhanov 2021-06-13 23:43:54 -07:00
parent 0d4d29ea77
commit 872c97fd7d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Length: 4 bytes
Channel name | Equation | Notes
------------ | -------- | -----
Speed | `bytesToIntLe(raw, 0, 2) * 0.015694` | May want to check the multiplier against an external GPS aevice
Speed | `bytesToIntLe(raw, 0, 2) * 0.015694` | May want to check the multiplier against an external GPS device
Brake position | `min(C / 0.7, 100)` | The third byte is the pressure in the brake system, in Bars. The 0.7 divider seems to be a good value to get 100% at pressure slightly higher than those you're likely to use on the track for cars with no aero. You can use 0.8 or 0.9 if you see 100% too often.
??? | D | Always 0?