From a5bfe6842fc1469326d7d1e5491caf6b25566bd5 Mon Sep 17 00:00:00 2001 From: Petr Mikhalicin Date: Tue, 9 Jul 2024 11:35:32 +0500 Subject: [PATCH] Add log view default for tests --- src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.cpp b/src/Settings.cpp index 00ef348..d7747b4 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -34,7 +34,7 @@ Settings::Settings() { autoFinishViewMinutes = 3; confirmAlarm = false; startWithSettings = false; - logViewInTests = false; + logViewInTests = true; logViewInMasks = true; updateEEPROM(); return;