This commit is contained in:
Trey t
2023-07-13 22:39:44 -05:00
parent 59dc0bbc4c
commit 93b8d674b4
13 changed files with 205 additions and 103 deletions

View File

@@ -142,7 +142,7 @@ class BridgeModule: NSObject, ObservableObject {
if currentExerciseTimeLeft == 0 {
playFinished()
} else {
if currentExerciseTimeLeft <= 4 {
if currentExerciseTimeLeft <= 3 {
playBeep()
}
}