Fixed lcars

master
David Peer 2022-03-23 19:18:42 +01:00
parent 8426b13e0e
commit b8f906b2e3
1 changed files with 2 additions and 0 deletions

View File

@ -618,6 +618,8 @@ function increaseAlarm(){
} else { } else {
settings.alarm = getCurrentTimeInMinutes() + 5; settings.alarm = getCurrentTimeInMinutes() + 5;
} }
}
function feedback(){ function feedback(){
Bangle.buzz(40, 0.3); Bangle.buzz(40, 0.3);