Send extra controller CC2 even if CC1 is off.
This commit is contained in:
parent
a141434952
commit
7449b04725
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ void extraController() {
|
|||
CC2sw = 1;
|
||||
CC1sw = 1;
|
||||
}
|
||||
if (extraCT && (exSensor >= extracThrVal)) { // if we are enabled and over the threshold, send data
|
||||
if ((extraCT || extraCT2) && (exSensor >= extracThrVal)) { // if we are enabled and over the threshold, send data
|
||||
if (!extracIsOn) {
|
||||
extracIsOn = 1;
|
||||
if ((extraCT == 4) && CC1sw) { //Sustain ON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue