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