mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added options to allow further TPA configuration
Replaced define BREAKPOINT with cfg option Added tpa and tpa_breakpoint to cli
This commit is contained in:
parent
4faa8d0043
commit
74a54d81dd
4 changed files with 6 additions and 4 deletions
1
src/mw.h
1
src/mw.h
|
@ -165,6 +165,7 @@ typedef struct config_t {
|
|||
uint8_t yawRate;
|
||||
|
||||
uint8_t dynThrPID;
|
||||
uint16_t tpaBreakPoint; // Breakpoint where TPA is activated
|
||||
int16_t mag_declination; // Get your magnetic decliniation from here : http://magnetic-declination.com/
|
||||
int16_t angleTrim[2]; // accelerometer trim
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue