We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3cfdc commit 251c5ddCopy full SHA for 251c5dd
src/Arduino_MKRIoTCarrier_Qtouch.cpp
@@ -85,7 +85,7 @@ bool MKRIoTCarrier_Qtouch::onTouchChange(){
85
86
87
void MKRIoTCarrier_Qtouch::updateConfig(int newSens){
88
- TOUCH.setSensorsSensitivityChannel(newSens, _padIndex);
+ TOUCH.setSensorsSensitivity(newSens, _padIndex);
89
//TOUCH.begin();
90
_pManager->customSens = true;
91
}
0 commit comments