update deadband
This commit is contained in:
@@ -5,7 +5,7 @@ uint32_t lastcontrollernotify = 0;
|
||||
|
||||
uint16_t joymax = 0;
|
||||
uint16_t trgmax = 0;
|
||||
#define deadband 10000
|
||||
#define deadband 20000
|
||||
#define trgdeadband 200
|
||||
|
||||
direction getdirectionJoy(int setpoint)
|
||||
|
||||
Reference in New Issue
Block a user