mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 17:57:53 +00:00
Update _Config.h
This commit is contained in:
parent
dd3f8b4717
commit
44207ae3f8
@ -209,6 +209,11 @@
|
|||||||
#define PPM_MIN_100 1100 // 100%
|
#define PPM_MIN_100 1100 // 100%
|
||||||
#define PPM_MAX_125 2000 // 125%
|
#define PPM_MAX_125 2000 // 125%
|
||||||
#define PPM_MIN_125 1000 // 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
|
#endif
|
||||||
|
|
||||||
// The line below is used to set the minimum number of channels which the module should receive to consider a PPM frame valid.
|
// The line below is used to set the minimum number of channels which the module should receive to consider a PPM frame valid.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user