From 26e23cbc823ff80e799bbd19532ffca608c05edb Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 14 Feb 2021 15:55:02 +0000 Subject: [PATCH] Change to my defaults --- ESPController/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ESPController/src/main.cpp b/ESPController/src/main.cpp index c87e2ff..d6ab84e 100644 --- a/ESPController/src/main.cpp +++ b/ESPController/src/main.cpp @@ -1071,9 +1071,9 @@ void LoadConfiguration() mysettings.totalNumberOfBanks = 1; mysettings.totalNumberOfSeriesModules = 1; mysettings.BypassOverTempShutdown = 65; - //4.10V bypass - mysettings.BypassThresholdmV = 4100; - mysettings.graph_voltagehigh = 4.5; + //4.05V bypass + mysettings.BypassThresholdmV = 4050; + mysettings.graph_voltagehigh = 4.2; mysettings.graph_voltagelow = 2.75; //EEPROM settings are invalid so default configuration