Skip to content

Commit

Permalink
Default 0 max/min battery voltage (don't show percent)
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Jul 6, 2022
1 parent 8cbd1d1 commit f542f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ namespace {
{ "locale", "en" },
{ "tftRotation", "1" },
{ "sleepModeDelay", "30000" },
{ "batteryMaxVolts", "4.2" },
{ "batteryMinVolts", "2.5" },
{ "batteryMaxVolts", "0" },
{ "batteryMinVolts", "0" },
{ "contrastLevel", "60"},
{ "logLevel", "info" },
{ "spiffsFormatted", "false" }
Expand Down

0 comments on commit f542f87

Please sign in to comment.