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; {