Skip to content

Commit

Permalink
Change to my defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hotear committed Feb 14, 2021
1 parent b052976 commit 26e23cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESPController/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e23cb

Please sign in to comment.