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:
19:969f7be69225
Parent:
17:13a1068dda70
Child:
20:904a4f043f2c
--- a/main/main.c	Sat Jan 05 18:12:18 2019 +0000
+++ b/main/main.c	Mon Jan 07 08:15:23 2019 +0000
@@ -49,6 +49,7 @@
         FaultZone = FAULT_ZONE_NONE;  if (   DeviceMain()) break;
         FaultZone = FAULT_ZONE_NONE;        HeatingMain();
         FaultZone = FAULT_ZONE_NONE;       WatchdogMain();
+        FaultZone = FAULT_ZONE_NONE;          FaultMain();
     }
 
 end: