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 2aa2183 commit 7fdaffcCopy full SHA for 7fdaffc
examples/SysEx_Receive/SysEx_Receive.ino
@@ -4,6 +4,10 @@
4
#include <hardware/BLEMIDI_ESP32.h>
5
//#include <hardware/BLEMIDI_ArduinoBLE.h>
6
7
+#ifndef LED_BUILTIN
8
+#define LED_BUILTIN 2
9
+#endif
10
+
11
BLEMIDI_CREATE_INSTANCE("CustomName", MIDI)
12
13
bool isConnected = false;
0 commit comments