From 44207ae3f86748aa9aebe3850439be7d33ba4a83 Mon Sep 17 00:00:00 2001 From: tipouic Date: Thu, 2 Nov 2017 22:18:29 +0100 Subject: [PATCH] Update _Config.h --- Multiprotocol/_Config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 513ca8b..23ca5c1 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -209,6 +209,11 @@ #define PPM_MIN_100 1100 // 100% #define PPM_MAX_125 2000 // 125% #define PPM_MIN_125 1000 // 125% + + #define PPM_MAP 1 // MAP PPM to SERIAL + #define PPM_CHG 5 // channel for switch ELEVATOR / RUDDER + #define PPM_CHG_A ELEVATOR // channel for switch ELEVATOR / RUDDER + #define PPM_CHG_B AILERON // channel for switch ELEVATOR / RUDDER #endif // The line below is used to set the minimum number of channels which the module should receive to consider a PPM frame valid.