Fix TRS/TRRS detection

This commit is contained in:
Neale Pickett 2022-04-21 22:21:07 -06:00
parent 6787095a6c
commit d589d3f3b8
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ void setup() {
}
if (dah.read() == LOW) {
trs = true;
key = dit;
}
}