mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user