Skip to content

Commit 2aa2183

Browse files
authored
Update MidiBle_Client.ino
1 parent c7121d0 commit 2aa2183

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/MidiBle_Client/MidiBle_Client.ino

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

36+
#ifndef LED_BUILTIN
37+
#define LED_BUILTIN 2
38+
#endif
39+
3640
//See DefaultSettingsClient in hardware/BLEMIDI_Client_ESP32.h for more configurable settings
3741
// If you do not redefine a parameter, it will use the default value for these parameter
3842
struct CustomBufferSizeSettings : public BLEMIDI_NAMESPACE::DefaultSettingsClient {

0 commit comments

Comments
 (0)