mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 17:28:14 +01:00
Merge pull request #9173 from Staars/apds9960
APDS9960: always clear current gesture after handling
This commit is contained in:
@@ -1775,6 +1775,7 @@ void handleGesture(void) {
|
||||
}
|
||||
MqttPublishSensor();
|
||||
}
|
||||
currentGesture[0] = '\0';
|
||||
}
|
||||
|
||||
void APDS9960_loop(void) {
|
||||
|
||||
Reference in New Issue
Block a user