File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ for(var i=1; i<=6; i++) {
7777 blueKeys . push ( "S1_2_" + i ) ;
7878 blueKeys . push ( "ADC_" + i ) ;
7979}
80+ for ( var i = 2 ; i <= 6 ; i ++ ) {
81+ blueKeys . push ( "GPS_" + i ) ;
82+ }
8083for ( var i = 1 ; i <= 4 ; i ++ ) {
8184 for ( var j = 1 ; j <= 4 ; j ++ ) {
8285 blueKeys . push ( "E" + j + "_" + i ) ;
@@ -86,6 +89,9 @@ for(var i=1; i<=4; i++) {
8689 blueKeys . push ( "UT1_" + i ) ;
8790 blueKeys . push ( "UT5_" + i ) ;
8891}
92+ for ( var i = 1 ; i <= 3 ; i ++ ) {
93+ blueKeys . push ( "DSM2_" + i ) ;
94+ }
8995blueKeys . push ( "RED" ) ;
9096blueKeys . push ( "GREEN" ) ;
9197blueKeys . push ( "BAT25" ) ;
@@ -96,7 +102,7 @@ blueKeys.push("PAUSE");
96102blueKeys . push ( "MODE" ) ;
97103expectedResults . push ( {
98104 "name" : "BeagleBoneBlue" ,
99- "search" : / ^ ( ( E [ 1 2 3 4 ] | G P [ 0 1 ] | S 1 _ [ 1 2 ] | I 2 C | U T [ 0 1 5 ] | A D C ) _ | R E D | G R E E N | B A T | P A U S E | M O D E ) / ,
105+ "search" : / ^ ( ( E [ 1 2 3 4 ] | G P [ 0 1 ] | S 1 _ [ 1 2 ] | I 2 C | U T [ 0 1 5 ] | A D C | D S M 2 ) _ | R E D | G R E E N | B A T | P A U S E | M O D E ) / ,
100106 "keys" : blueKeys
101107} ) ;
102108
You can’t perform that action at this time.
0 commit comments