File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,13 @@ const DEBUG = {
788
788
"debug[all]" : "Chirp" ,
789
789
"debug[0]" : "Chirp sinarg" ,
790
790
} ,
791
+ FLASH_TEST_PRBS : {
792
+ "debug[all]" : "Flash Test PRBS" ,
793
+ "debug[0]" : "State" ,
794
+ "debug[1]" : "Flash Length" ,
795
+ "debug[6]" : "FlashLength / Pagesize" ,
796
+ "debug[7]" : "Errors" ,
797
+ } ,
791
798
} ,
792
799
793
800
enableFields : [
@@ -829,6 +836,7 @@ function update() {
829
836
addArrayElementAfter ( DEBUG . modes , "RANGEFINDER_QUALITY" , "OPTICALFLOW" ) ;
830
837
addArrayElement ( DEBUG . modes , "AUTOPILOT_POSITION" ) ;
831
838
addArrayElement ( DEBUG . modes , "CHIRP" ) ;
839
+ addArrayElement ( DEBUG . modes , "FLASH_TEST_PRBS" ) ;
832
840
replaceArrayElement ( DEBUG . modes , "DUAL_GYRO_RAW" , "MULTI_GYRO_RAW" ) ;
833
841
replaceArrayElement ( DEBUG . modes , "DUAL_GYRO_DIFF" , "MULTI_GYRO_DIFF" ) ;
834
842
replaceArrayElement ( DEBUG . modes , "DUAL_GYRO_SCALED" , "MULTI_GYRO_SCALED" ) ;
You can’t perform that action at this time.
0 commit comments