1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Add throttle limit settings to CMS

There have been a number of requests for this as it seems to be common for racers to tune these values and adjust the settings as they become more comfortable with a track. Previously the settings could only be adjusted in the CLI and required a computer. Adding them to the CMS makes it easy to adjust in the field.
This commit is contained in:
Bruce Luckcuck 2018-11-23 09:25:00 -05:00
parent 9486789204
commit 9830681158
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,7 @@ typedef enum {
THROTTLE_LIMIT_TYPE_OFF = 0,
THROTTLE_LIMIT_TYPE_SCALE,
THROTTLE_LIMIT_TYPE_CLIP,
THROTTLE_LIMIT_TYPE_COUNT // must be the last entry
} throttleLimitType_e;