always clear current gesture after handling

This commit is contained in:
Staars 2020-08-27 12:06:12 +02:00
parent 6a6de9af21
commit 8fbac6bb74
1 changed files with 1 additions and 0 deletions

View File

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