mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Merge pull request #3017 from rav-rav/sharper_rc_response
Sharper rc response / ninja-mode
This commit is contained in:
commit
ebbfda2f6c
12 changed files with 41 additions and 38 deletions
|
@ -65,7 +65,7 @@ static pidProfile_t *pidProfile;
|
|||
// true if arming is done via the sticks (as opposed to a switch)
|
||||
static bool isUsingSticksToArm = true;
|
||||
|
||||
int16_t rcCommand[4]; // interval [1000;2000] for THROTTLE and [-500;+500] for ROLL/PITCH/YAW
|
||||
float rcCommand[4]; // interval [1000;2000] for THROTTLE and [-500;+500] for ROLL/PITCH/YAW
|
||||
|
||||
uint32_t rcModeActivationMask; // one bit per mode defined in boxId_e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue