Skip to content

Commit a5e31f1

Browse files
authored
thruActivated defaults to true
1 parent 99a981b commit a5e31f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialMIDI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SerialMIDI
5151
};
5252

5353
public:
54-
static const bool thruActivated = false;
54+
static const bool thruActivated = true;
5555

5656
void begin()
5757
{

0 commit comments

Comments
 (0)