mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-22 09:23:15 +00:00
Multiprotocol status
Along with the latest ersky9x version, display the module version and if a specific protocol is available or not.
This commit is contained in:
@@ -120,8 +120,11 @@
|
||||
//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
|
||||
|
||||
//Uncomment to send also Multi status and wrap other telemetry to allow TX to autodetect the format
|
||||
//Only for newest OpenTX version
|
||||
//Comment if you don't want to send Multi status telemetry frames (Protocol available, Bind in progress, version...)
|
||||
#define MULTI_STATUS
|
||||
|
||||
//Uncomment to send Multi status and wrap other telemetry to allow TX to autodetect the format
|
||||
//Only for newest OpenTX version, not supported by er9x/ersky9x
|
||||
//#define MULTI_TELEMETRY
|
||||
|
||||
//Comment a line to disable a protocol telemetry
|
||||
@@ -133,6 +136,7 @@
|
||||
#define BAYANG_HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX
|
||||
#define HUBSAN_HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX
|
||||
|
||||
|
||||
/****************************/
|
||||
/*** SERIAL MODE SETTINGS ***/
|
||||
/****************************/
|
||||
@@ -258,6 +262,8 @@ const PPM_Parameters PPM_prot[15]= {
|
||||
MODE_FRSKYX
|
||||
CH_16
|
||||
CH_8
|
||||
EU_16
|
||||
EU_8
|
||||
MODE_ESKY
|
||||
NONE
|
||||
MODE_MT99XX
|
||||
|
||||
Reference in New Issue
Block a user