From 4e60d77270592dd9eafcc0d2e9220cad81a019a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Tue, 27 Sep 2022 21:08:08 +0200 Subject: [PATCH 1/2] Since #1324 (https://github.com/InfiniTimeOrg/InfiniTime/pull/1324) / #1024 (https://github.com/InfiniTimeOrg/InfiniTime/pull/1024) DisplayApp needs the FileSystem as parameter to the constructor. --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9828247..0a1a35c 100644 --- a/main.cpp +++ b/main.cpp @@ -360,7 +360,8 @@ Pinetime::Applications::DisplayApp displayApp(lcd, timerController, alarmController, brightnessController, - touchHandler); + touchHandler, + fs); Pinetime::System::SystemTask systemTask(spi, lcd, From 17abf385f637ae7341ef42d9e9fdf294b4cf4b00 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Tue, 27 Sep 2022 23:05:07 +0200 Subject: [PATCH 2/2] Update InfiniTime submodule with InfiNeat watchface PR Update the submodule to the version just after https://github.com/InfiniTimeOrg/InfiniTime/pull/1024 is merged. --- InfiniTime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfiniTime b/InfiniTime index f53e750..6393281 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit f53e75063b6ef618d65a1f287df52ba01c3351f5 +Subproject commit 63932810d2707e6c530dae64b209ac240137dc17