Update DisplayApp.cpp

This commit is contained in:
zyphlar 2024-01-18 01:40:42 -08:00 committed by GitHub
parent e84c049e65
commit 33c92646f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -414,7 +414,7 @@ void DisplayApp::Refresh() {
for (uint8_t i=0; i<myChimes; i++){
// NRF_LOG_INFO("buzz!");
motorController.RunForDuration(254);
vTaskDelay(254);
vTaskDelay(512);
}
break;
case Messages::OnChargingEvent: