forked from Archive/PX4-Autopilot
Improved S.Bus scaling based on scope measurements
This commit is contained in:
parent
9883a346a0
commit
00dc339d2e
|
@ -66,8 +66,8 @@
|
|||
*/
|
||||
|
||||
/* define range mapping here, -+100% -> 1000..2000 */
|
||||
#define SBUS_RANGE_MIN 350.0f
|
||||
#define SBUS_RANGE_MAX 1700.0f
|
||||
#define SBUS_RANGE_MIN 215.0f
|
||||
#define SBUS_RANGE_MAX 1790.0f
|
||||
|
||||
#define SBUS_TARGET_MIN 1000.0f
|
||||
#define SBUS_TARGET_MAX 2000.0f
|
||||
|
|
Loading…
Reference in New Issue