Update DisplayApp.cpp

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

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: