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 Aug 31, 2022
1 parent aac525a commit c765a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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 c765a5d

Please sign in to comment.