Skip to content

Commit

Permalink
Add log view default for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1ol committed Jul 9, 2024
1 parent 1e5959c commit a5bfe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Settings::Settings() {
autoFinishViewMinutes = 3;
confirmAlarm = false;
startWithSettings = false;
logViewInTests = false;
logViewInTests = true;
logViewInMasks = true;
updateEEPROM();
return;
Expand Down

0 comments on commit a5bfe68

Please sign in to comment.