@@ -42,9 +42,6 @@ function HeaderDialog(dialog, onSave) {
4242 { name :'serialrx_provider' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
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 } ,
45- { name :'toleranceBand' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
46- { name :'toleranceBandReduction' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
47- { name :'zeroCrossAllowanceCount' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4845 { name :'itermThrottleGain' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
4946 { name :'ptermSetpointWeight' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
5047 { name :'dtermSetpointWeight' , type :FIRMWARE_TYPE_BETAFLIGHT , min :3.0 , max :999.9 } ,
@@ -442,9 +439,6 @@ function HeaderDialog(dialog, onSave) {
442439 renderSelect ( 'fast_pwm_protocol' , sysConfig . fast_pwm_protocol , FAST_PROTOCOL ) ;
443440 setParameter ( 'motor_pwm_rate' , sysConfig . motor_pwm_rate , 0 ) ;
444441 renderSelect ( 'dterm_filter_type' , sysConfig . dterm_filter_type , FILTER_TYPE ) ;
445- setParameter ( 'toleranceBand' , sysConfig . toleranceBand , 2 ) ;
446- setParameter ( 'toleranceBandReduction' , sysConfig . toleranceBandReduction , 2 ) ;
447- setParameter ( 'zeroCrossAllowanceCount' , sysConfig . zeroCrossAllowanceCount , 0 ) ;
448442 setParameter ( 'itermThrottleGain' , sysConfig . itermThrottleGain , 2 ) ;
449443 setParameter ( 'ptermSetpointWeight' , sysConfig . ptermSetpointWeight , 2 ) ;
450444 setParameter ( 'dtermSetpointWeight' , sysConfig . dtermSetpointWeight , 2 ) ;
0 commit comments