Skip to content

Commit 7fdaffc

Browse files
authored
Update SysEx_Receive.ino
1 parent 2aa2183 commit 7fdaffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/SysEx_Receive/SysEx_Receive.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
BLEMIDI_CREATE_INSTANCE("CustomName", MIDI)
812

913
bool isConnected = false;

0 commit comments

Comments
 (0)