Skip to content

Commit

Permalink
reduced delta to 40 from 100 (#11413)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg authored and sfoster1 committed Sep 6, 2022
1 parent c0905f6 commit d1f9619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _get_speed_status(speed: RPM) -> SpeedStatus:
Returns:
The status
"""
DELTA: Final = 100
DELTA: Final = 40
status = SpeedStatus.IDLE
if speed.target is not None:
diff = speed.target - speed.current
Expand Down

0 comments on commit d1f9619

Please sign in to comment.