mirror of https://github.com/arendst/Tasmota.git
always clear current gesture after handling
This commit is contained in:
parent
6a6de9af21
commit
8fbac6bb74
|
@ -1775,6 +1775,7 @@ void handleGesture(void) {
|
|||
}
|
||||
MqttPublishSensor();
|
||||
}
|
||||
currentGesture[0] = '\0';
|
||||
}
|
||||
|
||||
void APDS9960_loop(void) {
|
||||
|
|
Loading…
Reference in New Issue