Skip to content

Commit 06a1b8f

Browse files
authored
Update SysEx_Send.ino
1 parent 7fdaffc commit 06a1b8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/SysEx_Send/SysEx_Send.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
//#include <hardware/BLEMIDI_ESP32.h>
55
//#include <hardware/BLEMIDI_ArduinoBLE.h>
66

7+
#ifndef LED_BUILTIN
8+
#define LED_BUILTIN 2
9+
#endif
10+
711
byte sysex4[] = { 0xF0, 0x43, 0x20, 0xF7 };
812
byte sysex5[] = { 0xF0, 0x43, 0x20, 0x7E, 0xF7 };
913
byte sysex6[] = { 0xF0, 0x43, 0x20, 0x7E, 0x4C, 0xF7 };

0 commit comments

Comments
 (0)