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>
1010
1010
</ thead >
1011
1011
< tbody >
1012
1012
< tr >
1013
- < td name ="dynThrPID ">
1013
+ < td name ="tpa_rate ">
1014
1014
< 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 " />
1016
1016
</ td >
1017
1017
< td name ="tpa-breakpoint ">
1018
1018
< label > TPA Breakpoint</ label >
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ var FlightLogParser = function(logData) {
421
421
setpoint_relaxation_ratio : "setpointRelaxRatio" ,
422
422
thr_expo : "thrExpo" ,
423
423
thr_mid : "thrMid" ,
424
- tpa_rate : "dynThrPID " ,
424
+ dynThrPID : "tpa_rate " ,
425
425
use_unsynced_pwm : "unsynced_fast_pwm" ,
426
426
vbat_scale : "vbatscale" ,
427
427
vbat_pid_gain : "vbat_pid_compensation" ,
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ function HeaderDialog(dialog, onSave) {
609
609
setParameter ( 'currentMeterScale' , sysConfig . currentMeterScale , 0 ) ;
610
610
setParameter ( 'thrMid' , sysConfig . thrMid , 2 ) ;
611
611
setParameter ( 'thrExpo' , sysConfig . thrExpo , 2 ) ;
612
- setParameter ( 'dynThrPID ' , sysConfig . dynThrPID , 2 ) ;
612
+ setParameter ( 'tpa_rate ' , sysConfig . tpa_rate , 2 ) ;
613
613
setParameter ( 'tpa-breakpoint' , sysConfig . tpa_breakpoint , 0 ) ;
614
614
setParameter ( 'superExpoFactor' , sysConfig . superExpoFactor , 2 ) ;
615
615
setParameter ( 'superExpoFactorYaw' , sysConfig . superExpoFactorYaw , 2 ) ;
You can’t perform that action at this time.
0 commit comments