From 6e423c9a4814c02e002d46efa6686613e4bac216 Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Mon, 5 Sep 2022 22:54:25 +0200 Subject: [PATCH] Update Notification::On/Off enum rename (#59) In https://github.com/InfiniTimeOrg/InfiniTime/pull/1261 the enums for Notification ON/OFF were renamed to On/Off and the additional entry `Sleep` was added. Update `littlefs-do` to this change. --- InfiniTime | 2 +- littlefs-do-main.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/InfiniTime b/InfiniTime index b768829..f53e750 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit b768829c633dd8fa344b744382d7d75c71c4229f +Subproject commit f53e75063b6ef618d65a1f287df52ba01c3351f5 diff --git a/littlefs-do-main.cpp b/littlefs-do-main.cpp index 728de83..82c83c4 100644 --- a/littlefs-do-main.cpp +++ b/littlefs-do-main.cpp @@ -570,8 +570,9 @@ int command_settings(const std::string &program_name, const std::vector(notif) << " " << notif_str << std::endl;