File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1010,9 +1010,9 @@ <h5 class="modal-title-revision"></h5>
10101010 </ thead >
10111011 < tbody >
10121012 < tr >
1013- < td name ="dynThrPID ">
1013+ < td name ="tpa_rate ">
10141014 < label > TPA amount</ label >
1015- < input type ="text " step ="0.01 " min ="0 " max ="1.00 " />
1015+ < input type ="text " step ="1 " min ="0 " max ="100 " />
10161016 </ td >
10171017 < td name ="tpa-breakpoint ">
10181018 < label > TPA Breakpoint</ label >
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ var FlightLogParser = function(logData) {
421421 setpoint_relaxation_ratio : "setpointRelaxRatio" ,
422422 thr_expo : "thrExpo" ,
423423 thr_mid : "thrMid" ,
424- tpa_rate : "dynThrPID " ,
424+ dynThrPID : "tpa_rate " ,
425425 use_unsynced_pwm : "unsynced_fast_pwm" ,
426426 vbat_scale : "vbatscale" ,
427427 vbat_pid_gain : "vbat_pid_compensation" ,
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ function HeaderDialog(dialog, onSave) {
609609 setParameter ( 'currentMeterScale' , sysConfig . currentMeterScale , 0 ) ;
610610 setParameter ( 'thrMid' , sysConfig . thrMid , 2 ) ;
611611 setParameter ( 'thrExpo' , sysConfig . thrExpo , 2 ) ;
612- setParameter ( 'dynThrPID ' , sysConfig . dynThrPID , 2 ) ;
612+ setParameter ( 'tpa_rate ' , sysConfig . tpa_rate , 2 ) ;
613613 setParameter ( 'tpa-breakpoint' , sysConfig . tpa_breakpoint , 0 ) ;
614614 setParameter ( 'superExpoFactor' , sysConfig . superExpoFactor , 2 ) ;
615615 setParameter ( 'superExpoFactorYaw' , sysConfig . superExpoFactorYaw , 2 ) ;
You can’t perform that action at this time.
0 commit comments