From 712f297d86382a358e54068620b5aa229fdca702 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Mon, 11 Nov 2019 17:19:27 +0100 Subject: [PATCH] Update _Config.h --- Multiprotocol/_Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 8afbd91..360c658 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -284,8 +284,8 @@ #define MULTI_TELEMETRY //Send to OpenTX the current protocol and subprotocol names. Comment to disable. #define MULTI_NAMES -//Sync OpenTX frames with the current protocol timing. This feature is only available on the STM32 module. Comment to disable. -#define MULTI_SYNC +//Work in progress: Sync OpenTX frames with the current protocol timing. This feature is only available on the STM32 module. Uncomment to enable. +//#define MULTI_SYNC //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