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