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 ***/