always clear current gesture after handling

This commit is contained in:
Staars 2020-08-27 12:06:12 +02:00
parent 6a6de9af21
commit 8fbac6bb74

View File

@ -1775,6 +1775,7 @@ void handleGesture(void) {
} }
MqttPublishSensor(); MqttPublishSensor();
} }
currentGesture[0] = '\0';
} }
void APDS9960_loop(void) { void APDS9960_loop(void) {