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

View File

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