mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9173 from Staars/apds9960
APDS9960: always clear current gesture after handling
This commit is contained in:
commit
6c5fdb4dd4
|
@ -1775,6 +1775,7 @@ void handleGesture(void) {
|
||||||
}
|
}
|
||||||
MqttPublishSensor();
|
MqttPublishSensor();
|
||||||
}
|
}
|
||||||
|
currentGesture[0] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
void APDS9960_loop(void) {
|
void APDS9960_loop(void) {
|
||||||
|
|
Loading…
Reference in New Issue