mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-04 04:27:53 +00:00
Update _Config.h
This commit is contained in:
parent
8bc0c48911
commit
e2c4b2850b
@ -41,7 +41,7 @@
|
|||||||
//Modify the channel order based on your TX: AETR, TAER, RETA...
|
//Modify the channel order based on your TX: AETR, TAER, RETA...
|
||||||
//Examples: Flysky & DEVO is AETR, JR/Spektrum radio is TAER, Multiplex is AERT...
|
//Examples: Flysky & DEVO is AETR, JR/Spektrum radio is TAER, Multiplex is AERT...
|
||||||
//Default is AETR.
|
//Default is AETR.
|
||||||
#define TAER
|
#define AETR
|
||||||
|
|
||||||
//Uncomment to reverse the direction of the specified channel for all protocols
|
//Uncomment to reverse the direction of the specified channel for all protocols
|
||||||
//#define REVERSE_AILERON
|
//#define REVERSE_AILERON
|
||||||
@ -74,10 +74,10 @@
|
|||||||
//4-in-1 modules have the A7105, CYRF6936, CC2500 and NRF24L01 RF chips installed
|
//4-in-1 modules have the A7105, CYRF6936, CC2500 and NRF24L01 RF chips installed
|
||||||
//5-in-1 modules have all RF chips installed
|
//5-in-1 modules have all RF chips installed
|
||||||
//!!!If a RF chip is present it MUST be marked as installed!!! or weird things will happen you have been warned.
|
//!!!If a RF chip is present it MUST be marked as installed!!! or weird things will happen you have been warned.
|
||||||
//#define A7105_INSTALLED
|
#define A7105_INSTALLED
|
||||||
#define CYRF6936_INSTALLED
|
#define CYRF6936_INSTALLED
|
||||||
#define CC2500_INSTALLED
|
#define CC2500_INSTALLED
|
||||||
//#define NRF24L01_INSTALLED
|
#define NRF24L01_INSTALLED
|
||||||
//#define SX1276_INSTALLED // only supported on STM32 modules
|
//#define SX1276_INSTALLED // only supported on STM32 modules
|
||||||
|
|
||||||
//Uncomment (remove //) if you have an internal 5-in-1 Multi module in a Jumper T18 or T-Lite.
|
//Uncomment (remove //) if you have an internal 5-in-1 Multi module in a Jumper T18 or T-Lite.
|
||||||
@ -158,7 +158,7 @@
|
|||||||
//If you have 2 Multi modules which you want to share the same ID so you can use either to control the same RC model
|
//If you have 2 Multi modules which you want to share the same ID so you can use either to control the same RC model
|
||||||
// then you can force the ID to a certain known value using the lines below.
|
// then you can force the ID to a certain known value using the lines below.
|
||||||
//Default is commented, you should uncoment only for test purpose or if you know exactly what you are doing!!!
|
//Default is commented, you should uncoment only for test purpose or if you know exactly what you are doing!!!
|
||||||
#define FORCE_CYRF_ID "\x54\x51\x67\x8e\x9A\xBC"
|
//#define FORCE_CYRF_ID "\x12\x34\x56\x78\x9A\xBC"
|
||||||
|
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
@ -317,7 +317,7 @@
|
|||||||
//For er9x it depends if you have an inveter mod or not on the telemetry pin. If you don't have an inverter comment this line.
|
//For er9x it depends if you have an inveter mod or not on the telemetry pin. If you don't have an inverter comment this line.
|
||||||
#define INVERT_TELEMETRY
|
#define INVERT_TELEMETRY
|
||||||
//For STM32 and OrangeRX modules, comment to prevent the TX from forcing the serial telemetry polarity normal/invert.
|
//For STM32 and OrangeRX modules, comment to prevent the TX from forcing the serial telemetry polarity normal/invert.
|
||||||
#define INVERT_TELEMETRY_TXs
|
#define INVERT_TELEMETRY_TX
|
||||||
|
|
||||||
//Sends Multi status and allow OpenTX and erskyTX to autodetect the telemetry format. Comment to disable.
|
//Sends Multi status and allow OpenTX and erskyTX to autodetect the telemetry format. Comment to disable.
|
||||||
#define MULTI_TELEMETRY
|
#define MULTI_TELEMETRY
|
||||||
@ -379,7 +379,7 @@
|
|||||||
/*************************/
|
/*************************/
|
||||||
//In this section you can configure all details about PPM.
|
//In this section you can configure all details about PPM.
|
||||||
//If you do not plan to use the PPM mode comment this line using "//" to save Flash space, you don't need to configure anything below in this case
|
//If you do not plan to use the PPM mode comment this line using "//" to save Flash space, you don't need to configure anything below in this case
|
||||||
//#define ENABLE_PPM
|
#define ENABLE_PPM
|
||||||
|
|
||||||
/** TX END POINTS **/
|
/** TX END POINTS **/
|
||||||
//It is important for the module to know the endpoints of your radio.
|
//It is important for the module to know the endpoints of your radio.
|
||||||
@ -605,6 +605,7 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= {
|
|||||||
PROTO_DSM_RX
|
PROTO_DSM_RX
|
||||||
DSM_RX
|
DSM_RX
|
||||||
DSM_CLONE
|
DSM_CLONE
|
||||||
|
DSM_ERASE
|
||||||
PROTO_E010R5
|
PROTO_E010R5
|
||||||
NONE
|
NONE
|
||||||
PROTO_E016H
|
PROTO_E016H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user