Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Vibrate longer
Browse files Browse the repository at this point in the history
mousepad vibrates for 3 seconds
  • Loading branch information
polypies73 committed Oct 16, 2024
1 parent a659c04 commit 238bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/drivers/pi_overlord.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#: Minimum delay between consecutive uses of the vibration motor. Used in handle_feedback().
HANDLE_CUSHION_FEEDBACK_TIMEOUT = timedelta(milliseconds=30000)
#: Length of time for which the vibration motor should vibrate. Used in handle_cushion_feedback().
CUSHION_ACTIVE_INTERVAL = timedelta(milliseconds=1000)
CUSHION_ACTIVE_INTERVAL = timedelta(milliseconds=3000)
#: Threshold for vibration cushion feedback. If the proportion of "good" sitting posture is below this, the cushion will vibrate.
CUSHION_PROPORTION_GOOD_THRESHOLD = 0.5

Expand Down

0 comments on commit 238bf1f

Please sign in to comment.