Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime into Riksu9000-call-improvements
# Conflicts: # src/displayapp/screens/Metronome.cpp
This commit is contained in:
commit
0eeed5ac33
8 changed files with 85 additions and 68 deletions
|
|
@ -83,9 +83,9 @@ bool Metronome::Refresh() {
|
|||
counter--;
|
||||
if (counter == 0) {
|
||||
counter = bpb;
|
||||
motorController.SetDuration(90);
|
||||
motorController.RunForDuration(90);
|
||||
} else {
|
||||
motorController.SetDuration(30);
|
||||
motorController.RunForDuration(30);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue