Update DisplayApp.cpp

This commit is contained in:
zyphlar
2024-01-18 01:40:42 -08:00
committed by GitHub
parent e84c049e65
commit 33c92646f2
+1 -1
View File
@@ -414,7 +414,7 @@ void DisplayApp::Refresh() {
for (uint8_t i=0; i<myChimes; i++){ for (uint8_t i=0; i<myChimes; i++){
// NRF_LOG_INFO("buzz!"); // NRF_LOG_INFO("buzz!");
motorController.RunForDuration(254); motorController.RunForDuration(254);
vTaskDelay(254); vTaskDelay(512);
} }
break; break;
case Messages::OnChargingEvent: case Messages::OnChargingEvent: