mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 01:57:52 +00:00
Failsafe
This commit is contained in:
parent
79c73444ab
commit
6ae819e8d5
@ -321,8 +321,8 @@ enum MultiPacketTypes {
|
|||||||
#define IS_WAIT_BIND_off ( ( protocol_flags2 & _BV(7) ) ==0 )
|
#define IS_WAIT_BIND_off ( ( protocol_flags2 & _BV(7) ) ==0 )
|
||||||
|
|
||||||
// Failsafe
|
// Failsafe
|
||||||
#define FAILSAFE_CHANNEL_HOLD 0
|
#define FAILSAFE_CHANNEL_HOLD 2047
|
||||||
#define FAILSAFE_CHANNEL_NOPULSES 2047
|
#define FAILSAFE_CHANNEL_NOPULSES 0
|
||||||
|
|
||||||
//Debug messages
|
//Debug messages
|
||||||
#if defined(STM32_BOARD) && defined (SERIAL_DEBUG)
|
#if defined(STM32_BOARD) && defined (SERIAL_DEBUG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user