Compare commits

...

2 commits

Author SHA1 Message Date
Davis Mosenkovs d689e5e874 Improve timer vibration
Some checks are pending
CI / build-firmware (push) Waiting to run
CI / build-simulator (push) Waiting to run
CI / get-base-ref-size (push) Waiting to run
CI / Compare build size (push) Blocked by required conditions
2024-09-15 11:57:35 -04:00
D. Scott Boggs 8abe9d428b Update flake for v1.15.0 2024-09-15 11:57:10 -04:00
2 changed files with 6 additions and 5 deletions

View file

@ -33,11 +33,12 @@
default = stdenv.mkDerivation rec {
name = "infinitime";
src = fetchFromGitHub {
owner = "InfiniTimeOrg";
src = fetchFromGitea {
domain = "git.techwork.zone";
owner = "scott";
repo = "InfiniTime";
rev = "1.14.1";
hash = "sha256-IrsN+9LgEjgfoRR6H7FhsdLMK+GLxc41IBnSbdpwv/E=";
rev = "b7cf42156c0cecba7dab44083965325f357ea443";
hash = "sha256-wpqubNAbujbtNyGETq4v8h4B3OhFNM5lnrTgozLe6h8=";
fetchSubmodules = true;
};

View file

@ -334,7 +334,7 @@ void DisplayApp::Refresh() {
} else {
LoadNewScreen(Apps::Timer, DisplayApp::FullRefreshDirections::Up);
}
motorController.RunForDuration(35);
motorController.StartRinging();
break;
case Messages::AlarmTriggered:
if (currentApp == Apps::Alarm) {