Merge pull request #6123 from etracer65/beacon_arming_guard_time
Reduce beacon arming guard time to 1.2 seconds
This commit is contained in:
commit
4466c6f5e3
|
@ -25,7 +25,7 @@
|
|||
#define BEEPER_GET_FLAG(mode) (1 << (mode - 1))
|
||||
|
||||
#ifdef USE_DSHOT
|
||||
#define DSHOT_BEACON_GUARD_DELAY_US 2000000 // Time to separate dshot beacon and armining/disarming events
|
||||
#define DSHOT_BEACON_GUARD_DELAY_US 1200000 // Time to separate dshot beacon and armining/disarming events
|
||||
// to prevent interference with motor direction commands
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue