mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 10:40:36 +08:00
lower lowest allowed max pwm value to be able to cut rear motors for firefly6 in fw mode
This commit is contained in:
@@ -93,7 +93,7 @@ __BEGIN_DECLS
|
||||
/**
|
||||
* Lowest PWM allowed as the maximum PWM
|
||||
*/
|
||||
#define PWM_LOWEST_MAX 1400
|
||||
#define PWM_LOWEST_MAX 950
|
||||
|
||||
/**
|
||||
* Do not output a channel with this value
|
||||
|
||||
Reference in New Issue
Block a user