From d278592c9f992e9aaefc6226679f6baf2b7bc032 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Thu, 23 Apr 2020 22:14:13 +0200 Subject: [PATCH] thruActivated as a property --- src/BLE-MIDI.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BLE-MIDI.h b/src/BLE-MIDI.h index 4e365d4..3ca1e19 100755 --- a/src/BLE-MIDI.h +++ b/src/BLE-MIDI.h @@ -41,7 +41,9 @@ public: mTxIndex = 0; } -protected: +protected: + static const bool thruActivated = false; + void begin() { mBleClass.begin(mDeviceName, this);