Skip to content

SPRacingH7EXTREME

Dominic Clifton edited this page Aug 29, 2019 · 1 revision

SP Racing H7 EXTREME Betaflight Wiki

NB: due to the ever-changing nature of the Betaflight codebase instructions on this wiki may not match the latest firmware or configurator. Please refer to release notes and main Betaflight Wiki/Docs.

Hints and Tips

Use M7/M8 as UART6.

This is useful when using a single 4in1 ESC and prefer using pads for serial ports instead of connectors.

Overview:

  • Un-assign Motor 7/8 resources.
  • Assign resources to UART6 RX/TX

In the CLI, use the following commands.

resource MOTOR 7 NONE
resource MOTOR 8 NONE
resource SERIAL_TX 6 C06
resource SERIAL_RX 6 C07
Clone this wiki locally