Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
fixed alarm vibrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoraa committed May 31, 2021
1 parent 727fde0 commit 377eddf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/alarms/Alarms.mc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ module Alarms {
}

var alarmProfile = [
new Attention.VibeProfile(100, 2000),
new Attention.VibeProfile(0, 2000),
new Attention.VibeProfile(100, 2000),
new Attention.VibeProfile(0, 2000)
new Attention.VibeProfile(2000, 100),
new Attention.VibeProfile(2000, 100),
new Attention.VibeProfile(2000, 100),
new Attention.VibeProfile(2000, 100)
];
}

0 comments on commit 377eddf

Please sign in to comment.