Skip to content

Commit

Permalink
Revert "Reduce initial storage-tank temp."
Browse files Browse the repository at this point in the history
This reverts commit 381e50e.
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Nov 7, 2023
1 parent 381e50e commit 414be80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {
setNumNodes(12);
setpoint_C = 52;

setpoint_C = 80;
setpoint_C = 800;

tankSizeFixed = false;
tankVolume_L = GAL_TO_L(80);
Expand Down

0 comments on commit 414be80

Please sign in to comment.