Central Heating controller using the real time clock, PHY module for internet, 1-wire interface for temperature sensors, a system log and a configuration file

Dependencies:   net 1-wire lpc1768 crypto clock web fram log

/media/uploads/andrewboyson/heating.sch

/media/uploads/andrewboyson/heating.brd

/media/uploads/andrewboyson/eagle.epf

Revision:
57:72c1c1357861
Parent:
48:6eac12df3ad5
Child:
90:1c504a7b465e
--- a/heating/values.c	Fri May 03 14:29:22 2019 +0000
+++ b/heating/values.c	Mon May 06 07:55:09 2019 +0000
@@ -97,7 +97,7 @@
     record <<= 16;   //AAAB BBCC CDDD 0000
     
     record |= ProgramTimerOutput    << 0;
-    record |= RadiatorGetMode()     << 1;
+    record |= RadiatorGetWinter()   << 1;
     record |= RadiatorGetOverride() << 2;
     record |= RadiatorPump          << 3;
     record |= BoilerCall            << 4;