From 0a998d2dc545cabd3b82ca197316e1e162e55551 Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Sun, 7 Mar 2021 11:12:49 +0100 Subject: [PATCH] Enable CPPM by default --- Multiprotocol/Validate.h | 1 + Multiprotocol/_Config.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Multiprotocol/Validate.h b/Multiprotocol/Validate.h index e6cc565..dba0e2f 100644 --- a/Multiprotocol/Validate.h +++ b/Multiprotocol/Validate.h @@ -237,6 +237,7 @@ #define NRF24L01_INSTALLED #define SX1276_INSTALLED #undef ENABLE_PPM + #undef SEND_CPPM #endif //Make sure protocols are selected correctly diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index ae1744c..3d9245b 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -349,8 +349,8 @@ // But this does not work on FrSky radios since the telemetry lines of the internal and external modules are shared (hardware limitation). // On a STM32 module and with a simple hardware modification, you can go around this limitation using CPPM to send the trainer information to the radio. // Hardware modification: add a 1K resistor between the STM32 USART1 TX pin (Boot0 programming TX pin) and the radio bay pin 2. -//Uncomment to enable -//#define SEND_CPPM +//Comment to disable +#define SEND_CPPM /****************************/ /*** SERIAL MODE SETTINGS ***/