mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 13:48:10 +00:00
Enable CPPM by default
This commit is contained in:
parent
7927bc601e
commit
0a998d2dc5
@ -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
|
||||||
|
@ -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 ***/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user