Update DisplayApp.cpp

This commit is contained in:
zyphlar
2024-01-18 02:29:45 -08:00
committed by GitHub
parent 33c92646f2
commit e8ee71b492
+2 -3
View File
@@ -408,13 +408,12 @@ void DisplayApp::Refresh() {
// 21 5 // 21 5
// 22 4 // 22 4
// 23 4 // 23 4
motorController.RunForDuration(15);
// NRF_LOG_INFO("buzzing %d times", myChimes); // NRF_LOG_INFO("buzzing %d times", myChimes);
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(35);
vTaskDelay(512); vTaskDelay(800);
} }
break; break;
case Messages::OnChargingEvent: case Messages::OnChargingEvent: