Skip to content

Commit 251c5dd

Browse files
authored
Add files via upload
1 parent 1b3cfdc commit 251c5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_MKRIoTCarrier_Qtouch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ bool MKRIoTCarrier_Qtouch::onTouchChange(){
8585

8686

8787
void MKRIoTCarrier_Qtouch::updateConfig(int newSens){
88-
TOUCH.setSensorsSensitivityChannel(newSens, _padIndex);
88+
TOUCH.setSensorsSensitivity(newSens, _padIndex);
8989
//TOUCH.begin();
9090
_pManager->customSens = true;
9191
}

0 commit comments

Comments
 (0)