Compare commits
2 commits
b7cf42156c
...
d689e5e874
Author | SHA1 | Date | |
---|---|---|---|
d689e5e874 | |||
D. Scott Boggs | 8abe9d428b |
|
@ -33,11 +33,12 @@
|
||||||
default = stdenv.mkDerivation rec {
|
default = stdenv.mkDerivation rec {
|
||||||
name = "infinitime";
|
name = "infinitime";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitea {
|
||||||
owner = "InfiniTimeOrg";
|
domain = "git.techwork.zone";
|
||||||
|
owner = "scott";
|
||||||
repo = "InfiniTime";
|
repo = "InfiniTime";
|
||||||
rev = "1.14.1";
|
rev = "b7cf42156c0cecba7dab44083965325f357ea443";
|
||||||
hash = "sha256-IrsN+9LgEjgfoRR6H7FhsdLMK+GLxc41IBnSbdpwv/E=";
|
hash = "sha256-wpqubNAbujbtNyGETq4v8h4B3OhFNM5lnrTgozLe6h8=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -334,7 +334,7 @@ void DisplayApp::Refresh() {
|
||||||
} else {
|
} else {
|
||||||
LoadNewScreen(Apps::Timer, DisplayApp::FullRefreshDirections::Up);
|
LoadNewScreen(Apps::Timer, DisplayApp::FullRefreshDirections::Up);
|
||||||
}
|
}
|
||||||
motorController.RunForDuration(35);
|
motorController.StartRinging();
|
||||||
break;
|
break;
|
||||||
case Messages::AlarmTriggered:
|
case Messages::AlarmTriggered:
|
||||||
if (currentApp == Apps::Alarm) {
|
if (currentApp == Apps::Alarm) {
|
||||||
|
|
Loading…
Reference in a new issue