Update SysEx_Receive.ino
This commit is contained in:
parent
2aa2183f92
commit
7fdaffcbfb
|
|
@ -4,6 +4,10 @@
|
||||||
#include <hardware/BLEMIDI_ESP32.h>
|
#include <hardware/BLEMIDI_ESP32.h>
|
||||||
//#include <hardware/BLEMIDI_ArduinoBLE.h>
|
//#include <hardware/BLEMIDI_ArduinoBLE.h>
|
||||||
|
|
||||||
|
#ifndef LED_BUILTIN
|
||||||
|
#define LED_BUILTIN 2
|
||||||
|
#endif
|
||||||
|
|
||||||
BLEMIDI_CREATE_INSTANCE("CustomName", MIDI)
|
BLEMIDI_CREATE_INSTANCE("CustomName", MIDI)
|
||||||
|
|
||||||
bool isConnected = false;
|
bool isConnected = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue