@@ -43,7 +43,7 @@ function HeaderDialog(dialog, onSave) {
43
43
{ name :'dterm_filter_type' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
44
44
{ name :'pidAtMinThrottle' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
45
45
{ name :'itermThrottleGain' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
46
- { name :'ptermSetpointWeight ' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
46
+ { name :'ptermSRateWeight ' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
47
47
{ name :'dtermSetpointWeight' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
48
48
{ name :'yawRateAccelLimit' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
49
49
{ name :'rateAccelLimit' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
@@ -440,7 +440,7 @@ function HeaderDialog(dialog, onSave) {
440
440
setParameter ( 'motor_pwm_rate' , sysConfig . motor_pwm_rate , 0 ) ;
441
441
renderSelect ( 'dterm_filter_type' , sysConfig . dterm_filter_type , FILTER_TYPE ) ;
442
442
setParameter ( 'itermThrottleGain' , sysConfig . itermThrottleGain , 2 ) ;
443
- setParameter ( 'ptermSetpointWeight ' , sysConfig . ptermSetpointWeight , 2 ) ;
443
+ setParameter ( 'ptermSRateWeight ' , sysConfig . ptermSRateWeight , 2 ) ;
444
444
setParameter ( 'dtermSetpointWeight' , sysConfig . dtermSetpointWeight , 2 ) ;
445
445
setParameter ( 'yawRateAccelLimit' , sysConfig . yawRateAccelLimit , 0 ) ;
446
446
setParameter ( 'rateAccelLimit' , sysConfig . rateAccelLimit , 0 ) ;
0 commit comments