@@ -43,7 +43,7 @@ function HeaderDialog(dialog, onSave) {
4343 { name :'dterm_filter_type' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4444 { name :'pidAtMinThrottle' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4545 { 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 } ,
4747 { name :'dtermSetpointWeight' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4848 { name :'yawRateAccelLimit' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4949 { name :'rateAccelLimit' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
@@ -440,7 +440,7 @@ function HeaderDialog(dialog, onSave) {
440440 setParameter ( 'motor_pwm_rate' , sysConfig . motor_pwm_rate , 0 ) ;
441441 renderSelect ( 'dterm_filter_type' , sysConfig . dterm_filter_type , FILTER_TYPE ) ;
442442 setParameter ( 'itermThrottleGain' , sysConfig . itermThrottleGain , 2 ) ;
443- setParameter ( 'ptermSetpointWeight ' , sysConfig . ptermSetpointWeight , 2 ) ;
443+ setParameter ( 'ptermSRateWeight ' , sysConfig . ptermSRateWeight , 2 ) ;
444444 setParameter ( 'dtermSetpointWeight' , sysConfig . dtermSetpointWeight , 2 ) ;
445445 setParameter ( 'yawRateAccelLimit' , sysConfig . yawRateAccelLimit , 0 ) ;
446446 setParameter ( 'rateAccelLimit' , sysConfig . rateAccelLimit , 0 ) ;
0 commit comments