diff --git a/src/config.cpp b/src/config.cpp index 3549242..24243d8 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -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" }