Bug fixes. Lipo full value adjustment. ECB setting for pinky key disabled extra controller.
This commit is contained in:
parent
4cb72f1112
commit
04191e064d
2 changed files with 2 additions and 1 deletions
|
|
@ -1719,6 +1719,7 @@ void extraController() {
|
|||
exSensor = exSensor * 0.6 + 0.4 * touchRead(extraPin); // get sensor data, do some smoothing - SENSOR PIN 16 - PCB PIN "EC" (marked K4 on some prototype boards)
|
||||
exSensorIndicator = map(constrain(exSensor, extracThrVal, extracMaxVal), extracThrVal, extracMaxVal, 0, 127);
|
||||
if (pinkySetting == EC2){
|
||||
CC1sw = true;
|
||||
//send 0 or 127 on extra controller CC2 depending on pinky key touch
|
||||
if (pinkyKey && extraCT2) {
|
||||
if (lastPinkyKey != pinkyKey){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue