Enable CPPM by default

This commit is contained in:
Pascal Langer 2021-03-07 11:12:49 +01:00
parent 7927bc601e
commit 0a998d2dc5
2 changed files with 3 additions and 2 deletions

View File

@ -237,6 +237,7 @@
#define NRF24L01_INSTALLED #define NRF24L01_INSTALLED
#define SX1276_INSTALLED #define SX1276_INSTALLED
#undef ENABLE_PPM #undef ENABLE_PPM
#undef SEND_CPPM
#endif #endif
//Make sure protocols are selected correctly //Make sure protocols are selected correctly

View File

@ -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). // 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. // 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. // 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 //Comment to disable
//#define SEND_CPPM #define SEND_CPPM
/****************************/ /****************************/
/*** SERIAL MODE SETTINGS ***/ /*** SERIAL MODE SETTINGS ***/