mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 17:48:11 +00:00
Enable CPPM by default
This commit is contained in:
parent
7927bc601e
commit
0a998d2dc5
@ -237,6 +237,7 @@
|
||||
#define NRF24L01_INSTALLED
|
||||
#define SX1276_INSTALLED
|
||||
#undef ENABLE_PPM
|
||||
#undef SEND_CPPM
|
||||
#endif
|
||||
|
||||
//Make sure protocols are selected correctly
|
||||
|
@ -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 ***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user