Skip to content

Commit c7121d0

Browse files
authored
Update MidiBle.ino
1 parent f871a35 commit c7121d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/MidiBle/MidiBle.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_DEFAULT_INSTANCE()
812

913
unsigned long t0 = millis();

0 commit comments

Comments
 (0)