Fix TRS/TRRS detection
This commit is contained in:
parent
6787095a6c
commit
d589d3f3b8
|
@ -56,6 +56,7 @@ void setup() {
|
||||||
}
|
}
|
||||||
if (dah.read() == LOW) {
|
if (dah.read() == LOW) {
|
||||||
trs = true;
|
trs = true;
|
||||||
|
key = dit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue