Merge pull request #9173 from Staars/apds9960

APDS9960: always clear current gesture after handling
This commit is contained in:
Theo Arends 2020-08-27 12:30:45 +02:00 committed by GitHub
commit 6c5fdb4dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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