Update DisplayApp.cpp
This commit is contained in:
parent
33c92646f2
commit
e8ee71b492
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user