From 4f1d9f906b5d3dc9e09af593715f60721241dc4d Mon Sep 17 00:00:00 2001 From: Jeffrey van Pelt Date: Sun, 15 Mar 2026 17:33:54 +0100 Subject: [PATCH] Added NotificationTimeout to littlefs-do settings --- littlefs-do-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/littlefs-do-main.cpp b/littlefs-do-main.cpp index 0a5dfbd..7bcc5ae 100644 --- a/littlefs-do-main.cpp +++ b/littlefs-do-main.cpp @@ -590,6 +590,7 @@ int command_settings(const std::string &program_name, const std::vector(notif) << " " << notif_str << std::endl; } + std::cout << "NotificationTimeout: " << settingsController.GetNotificationTimeout() << " ms" << std::endl; std::cout << "ScreenTimeOut: " << settingsController.GetScreenTimeOut() << " ms" << std::endl; std::cout << "ShakeThreshold: " << settingsController.GetShakeThreshold() << std::endl; {