Skip to content

Commit

Permalink
Fix steepness of activation angle of z-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
MHShetty authored and thestinger committed Nov 29, 2024
1 parent aba9cd5 commit 1db5619
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class SensorOrientationChangeNotifier private constructor(

private const val Z_THRESHOLD = 5

private const val Z_ENTRY_MIN = -10F
private const val Z_ENTRY_MAX = 10F
private const val Z_ENTRY_MIN = -25F
private const val Z_ENTRY_MAX = 25F

private const val Z_EXIT_MIN = -45F
private const val Z_EXIT_MAX = 45F
Expand Down

0 comments on commit 1db5619

Please sign in to comment.