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 c7121d0 commit 2aa2183Copy full SHA for 2aa2183
examples/MidiBle_Client/MidiBle_Client.ino
@@ -33,6 +33,10 @@
33
//#include <hardware/BLEMIDI_ESP32.h>
34
//#include <hardware/BLEMIDI_ArduinoBLE.h>
35
36
+#ifndef LED_BUILTIN
37
+#define LED_BUILTIN 2
38
+#endif
39
+
40
//See DefaultSettingsClient in hardware/BLEMIDI_Client_ESP32.h for more configurable settings
41
// If you do not redefine a parameter, it will use the default value for these parameter
42
struct CustomBufferSizeSettings : public BLEMIDI_NAMESPACE::DefaultSettingsClient {
0 commit comments