mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 00:48:13 +00:00
Failsafe
This commit is contained in:
parent
8cc1b07456
commit
79c73444ab
@ -36,6 +36,13 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//Check failsafe throttle value
|
||||||
|
#ifdef FAILSAFE_ENABLE
|
||||||
|
#if ( FAILSAFE_THROTTLE_LOW < -125 ) || ( FAILSAFE_THROTTLE_LOW > 125 )
|
||||||
|
#error "The failsafe value for throttle is outside of the range -125..125."
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
//Change/Force configuration if OrangeTX
|
//Change/Force configuration if OrangeTX
|
||||||
#ifdef ORANGE_TX
|
#ifdef ORANGE_TX
|
||||||
#undef ENABLE_PPM // Disable PPM for OrangeTX module
|
#undef ENABLE_PPM // Disable PPM for OrangeTX module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user