Skip to content

Commit

Permalink
Drop HS detection delay to 200ms
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed Jan 15, 2024
1 parent 59fde1c commit c7a7af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/flight/governor.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define GOV_MIN_THROTTLE_OUTPUT 0.05f

// Headspeed quality levels
#define GOV_HS_DETECT_DELAY 500
#define GOV_HS_DETECT_DELAY 200
#define GOV_HS_DETECT_RATIO 0.05f

// RPM glitch ratio
Expand Down

0 comments on commit c7a7af2

Please sign in to comment.