mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
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();
|
||||
}
|
||||
currentGesture[0] = '\0';
|
||||
}
|
||||
|
||||
void APDS9960_loop(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user