Skip to content

Commit

Permalink
Enable CPPM by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 7, 2021
1 parent 7927bc6 commit 0a998d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Multiprotocol/Validate.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
#define NRF24L01_INSTALLED
#define SX1276_INSTALLED
#undef ENABLE_PPM
#undef SEND_CPPM
#endif

//Make sure protocols are selected correctly
Expand Down
4 changes: 2 additions & 2 deletions Multiprotocol/_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 0a998d2

Please sign in to comment.