Fixes
This commit is contained in:
parent
9f4634735b
commit
f4e95668ce
4 changed files with 19 additions and 19 deletions
|
@ -50,14 +50,14 @@
|
|||
#define BREATH_HI_LIMIT 12000
|
||||
#define BITE_LO_LIMIT 500
|
||||
#define BITE_HI_LIMIT 1000
|
||||
#define PITCHB_LO_LIMIT 500
|
||||
#define PITCHB_HI_LIMIT 1000
|
||||
#define EXTRA_LO_LIMIT 500
|
||||
#define EXTRA_HI_LIMIT 1000
|
||||
#define PITCHB_LO_LIMIT -100
|
||||
#define PITCHB_HI_LIMIT 100
|
||||
#define EXTRA_LO_LIMIT -100
|
||||
#define EXTRA_HI_LIMIT 100
|
||||
#define CTOUCH_LO_LIMIT 500
|
||||
#define CTOUCH_HI_LIMIT 1000
|
||||
#define LEVER_LO_LIMIT 500
|
||||
#define LEVER_HI_LIMIT 1000
|
||||
#define LEVER_LO_LIMIT -100
|
||||
#define LEVER_HI_LIMIT 100
|
||||
#define SPIKE_LO_LIMIT 0
|
||||
#define SPIKE_HI_LIMIT 200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue