Skip to content

Commit

Permalink
changed valve open order
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom-Morozov-Resilio committed Feb 25, 2023
1 parent cb24426 commit 40ea2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heating/src/control/Control.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ namespace Heat

gpio.closeReservoirLineEnd(); // when entering from res soft heat

gpio.boilerValveOpen();
gpio.pumpValveOpen();
gpio.furnacePumpOn();
gpio.electricHeaterOn();
gpio.boilerValveOpen();

_timers.boiler.setMinutes(cfg.delayBeforeBoilerHeatMin);
} break;
Expand Down

0 comments on commit 40ea2ee

Please sign in to comment.