diff --git a/can_db/ft86.md b/can_db/ft86.md index f8eaf2b..4176857 100644 --- a/can_db/ft86.md +++ b/can_db/ft86.md @@ -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?