1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +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:
Johannes Kasberger 2014-04-07 22:52:32 +02:00
parent 4faa8d0043
commit 74a54d81dd
4 changed files with 6 additions and 4 deletions

View file

@ -255,6 +255,7 @@ static void resetConf(void)
cfg.rollPitchRate = 0;
cfg.yawRate = 0;
cfg.dynThrPID = 0;
cfg.tpaBreakPoint = 1500;
cfg.thrMid8 = 50;
cfg.thrExpo8 = 0;
// for (i = 0; i < CHECKBOXITEMS; i++)