We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c2737 commit b9692c7Copy full SHA for b9692c7
1 file changed
test/test-bone.js
@@ -102,7 +102,7 @@ blueKeys.push("PAUSE");
102
blueKeys.push("MODE");
103
expectedResults.push({
104
"name": "BeagleBoneBlue",
105
- "search": /^((E[1234]|GP[01]|S1_[12]|I2C|UT[015]|ADC|DSM2)_|RED|GREEN|BAT|PAUSE|MODE)/,
+ "search": /^((E[1234]|GP[01]|GPS|S1_[12]|I2C|UT[015]|ADC|DSM2)_|RED|GREEN|BAT|PAUSE|MODE)/,
106
"keys": blueKeys
107
});
108
0 commit comments