From 039d86411971761d4adda2c8fc54b709be001d2d Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Sat, 16 Jan 2021 02:46:01 +0100 Subject: [PATCH] style: Readme table formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e94fb29..a23abdb 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ All releases can be found in the [releases](https://github.com/mathiasvr/bluejay Release files use a naming convention similar to BLHeli: `{T}_{M}_{D}_{P}_{V}.hex`. -| | | | -|---|--------------------|-------------------------------------------------------| -| T | `A` - `W` | Target ESC layout | -| M | `L` or `H` | MCU type: `L` (BB1 24MHz), `H` (BB2 48MHz) | +| | | | +|---|--------------------|---------------------------------------------------------| +| T | `A` - `W` | Target ESC layout | +| M | `L` or `H` | MCU type: `L` (BB1 24MHz), `H` (BB2 48MHz) | | D | `0` - `90` | Dead time (`0` *only* for ESCs with built-in dead time) | -| P | `24`, `48` or `96` | PWM frequency [kHz] | -| V | eg. `0.5` | Bluejay version | +| P | `24`, `48` or `96` | PWM frequency [kHz] | +| V | eg. `0.7` | Bluejay version |