We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44599b6 commit e92d18eCopy full SHA for e92d18e
libraries/Bluefruit52Lib/src/services/BLEMidi.cpp
@@ -314,7 +314,7 @@ bool BLEMidi::isStatusByte( uint8_t b )
314
bool BLEMidi::oneByteMessage( uint8_t status )
315
{
316
// system messages
317
- if (status >= 0xF4 && status <= 0xFF) return true;
+ if (status >= 0xF4) return true;
318
319
// system common
320
if (status == 0xF1) return true;
0 commit comments