mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Add CMS entry for motor_output_limit
Will assist tuning while at the field. Added under PROFILE -> MISC PP.
This commit is contained in:
parent
e1b84ad204
commit
9d7af42e9f
3 changed files with 13 additions and 4 deletions
|
@ -32,6 +32,9 @@
|
|||
#define DSHOT_TELEMETRY_INPUT_LEN 32
|
||||
#define PROSHOT_TELEMETRY_INPUT_LEN 8
|
||||
|
||||
#define MOTOR_OUTPUT_LIMIT_PERCENT_MIN 1
|
||||
#define MOTOR_OUTPUT_LIMIT_PERCENT_MAX 100
|
||||
|
||||
/*
|
||||
DshotSettingRequest (KISS24). Spin direction, 3d and save Settings reqire 10 requests.. and the TLM Byte must always be high if 1-47 are used to send settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue