From 6e360ba6e31004c4e66be7acade1ee6db1d767b0 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:15:00 +0200 Subject: [PATCH 1/2] Update BLE-MIDI_Config.h --- src/BLE-MIDI_Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BLE-MIDI_Config.h b/src/BLE-MIDI_Config.h index 9d57aaf..668c811 100644 --- a/src/BLE-MIDI_Config.h +++ b/src/BLE-MIDI_Config.h @@ -10,6 +10,6 @@ #endif -//#ifdef BBB +#ifdef BBB #include -//#endif +#endif From 0d823a94421a562b73a27f114ea58661cf7f9968 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:16:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1138a3f..77fa357 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ void loop() will create a instance named `bleMIDI` and listens to incoming MIDI on channel 1. ## Tested boards/modules -- Adafruit Huzzah32 feather +- ESP32 ## Other Transport protocols: The libraries below the same calling mechanism (API), making it easy to interchange the transport layer.