From a5e31f15a4facece8d3c312545f5f38353a5b77c Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Thu, 23 Apr 2020 22:14:59 +0200 Subject: [PATCH] thruActivated defaults to true --- src/serialMIDI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serialMIDI.h b/src/serialMIDI.h index 4b67115..c7176c4 100644 --- a/src/serialMIDI.h +++ b/src/serialMIDI.h @@ -51,7 +51,7 @@ public: }; public: - static const bool thruActivated = false; + static const bool thruActivated = true; void begin() {