Skip to content

Commit 03365fc

Browse files
authored
Update CustomerBufferSize.ino
1 parent f9b7922 commit 03365fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/CustomerBufferSize/CustomerBufferSize.ino

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
//#include <hardware/BLEMIDI_ESP32.h>
99
//#include <hardware/BLEMIDI_ArduinoBLE.h>
1010

11+
#ifndef LED_BUILTIN
12+
#define LED_BUILTIN 2
13+
#endif
14+
1115
BLEMIDI_CREATE_CUSTOM_INSTANCE("Esp32-NimBLE-MIDI", MIDI, CustomBufferSizeSettings);
1216

1317
unsigned long t0 = millis();
@@ -61,4 +65,4 @@ void loop()
6165

6266
MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 100 on channel 1
6367
}
64-
}
68+
}

0 commit comments

Comments
 (0)