File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,10 @@ var
254254function adjustFieldDefsList ( firmwareType , firmwareVersion ) {
255255 if ( ( firmwareType == FIRMWARE_TYPE_BETAFLIGHT ) && semver . gte ( firmwareVersion , '3.3.0' ) ) {
256256 DEBUG_MODE = DEBUG_MODE_COMPLETE . slice ( 0 ) ;
257- DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'MIXER' ) , 1 ) ;
258- DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'AIRMODE' ) , 1 ) ;
259- DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'VELOCITY' ) , 1 ) ;
260- DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'DFILTER ' ) , 1 ) ;
257+ DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'MIXER' ) , 1 ) ;
258+ DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'AIRMODE' ) , 1 ) ;
259+ DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'VELOCITY' ) , 1 ) ;
260+ DEBUG_MODE . splice ( DEBUG_MODE . indexOf ( 'DTERM_FILTER ' ) , 1 ) ;
261261 DEBUG_MODE = makeReadOnly ( DEBUG_MODE ) ;
262262 } else {
263263 DEBUG_MODE = DEBUG_MODE_COMPLETE ;
You can’t perform that action at this time.
0 commit comments