Adjust hourly chime timing, github, readme

This commit is contained in:
2024-01-18 13:49:37 -08:00
parent e8ee71b492
commit 652b5c03f8
3 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -412,8 +412,8 @@ void DisplayApp::Refresh() {
for (uint8_t i=0; i<myChimes; i++){
// NRF_LOG_INFO("buzz!");
motorController.RunForDuration(35);
vTaskDelay(800);
motorController.RunForDuration(15);
vTaskDelay(1000);
}
break;
case Messages::OnChargingEvent: