From cb91e1941371425846cde419b5284082ae31c2eb Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 3 Jul 2019 00:18:45 +0200 Subject: [PATCH] Update Compiling_STM32.md --- docs/Compiling_STM32.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 74d8f8e..6581b73 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -55,8 +55,8 @@ The 4-pin header needs to be soldered onto the board as indicated by the red rec ## Flashing pre-compiled binaries If you don't need/want to customize the multi module firmware then you can use pre-compiled binaries available [here](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases). -- **Multiprotocol_V1.X.X_STM32.bin** files are for transmitters with support for hardware telemetry inversion, such as Turnigy 9X, 9XR, 9X+. -- **Multiprotocol_V1.X.X_STM32_INV.bin** files are for tranismitters which require telemetry inverted in the module firmware, such as Taranis/T16. +- **Multiprotocol_V1.X.X_STM32.bin** files are for radios with support for hardware telemetry inversion, such as Turnigy 9X, 9XR, 9X+. +- **Multiprotocol_V1.X.X_STM32_INV.bin** files are for radios which require inverted telemetry for the external module firmware, such as Turnigy 9XR Pro, FrSky radios and Jumper radios. [Flash-Multi](https://github.com/benlye/flash-multi) is the recommended Windows utility for flashing pre-compiled firmware to any STM32-based Multiprotocol TX module. Firmware upload can be performed using the built-in USB connection or via an external FTDI adapter.