From 474fa0cb491931463e18296dac0d711c95b2c204 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Wed, 8 Apr 2020 03:30:02 +0800 Subject: [PATCH] Added Devo telemetry using Frsky Hub. --- Multiprotocol/_Config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 1815d58..e2b1099 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -288,6 +288,7 @@ //Comment a line to disable a specific protocol telemetry #define DSM_TELEMETRY // Forward received telemetry packet directly to TX to be decoded by er9x, erskyTX and OpenTX +#define DEVO_HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX #define SPORT_TELEMETRY // Use FrSkyX format to send/receive telemetry #define AFHDS2A_FW_TELEMETRY // Forward received telemetry packet directly to TX to be decoded by erskyTX and OpenTX #define AFHDS2A_HUB_TELEMETRY // Use FrSkyD Hub format to send basic telemetry to TX like er9x