From 7fdaffcbfb3e796f2f598875243958654141fbee Mon Sep 17 00:00:00 2001 From: RobertoHE Date: Mon, 28 Nov 2022 17:51:30 +0100 Subject: [PATCH] Update SysEx_Receive.ino --- examples/SysEx_Receive/SysEx_Receive.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/SysEx_Receive/SysEx_Receive.ino b/examples/SysEx_Receive/SysEx_Receive.ino index 3b3adb1..79b4684 100644 --- a/examples/SysEx_Receive/SysEx_Receive.ino +++ b/examples/SysEx_Receive/SysEx_Receive.ino @@ -4,6 +4,10 @@ #include //#include +#ifndef LED_BUILTIN +#define LED_BUILTIN 2 +#endif + BLEMIDI_CREATE_INSTANCE("CustomName", MIDI) bool isConnected = false;