We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eed70 commit 48702b8Copy full SHA for 48702b8
src/Arduino_MKRIoTCarrier_Qtouch.cpp
@@ -103,4 +103,6 @@ void MKRIoTCarrier_Qtouch_Manager::update(){
103
void MKRIoTCarrier_Qtouch_Manager::updateConfig(int newSens){
104
TOUCH.setSensorsSensitivity(newSens);
105
//TOUCH.setSernsorsHysteresis(newHyst);
106
+ TOUCH.begin();
107
+ customSens = true;
108
}
0 commit comments