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:
101:77fd93f0bde1
Parent:
100:fa45a545eb89
--- a/main/main.c	Fri Nov 27 18:34:54 2020 +0000
+++ b/main/main.c	Tue Dec 29 20:19:43 2020 +0000
@@ -27,7 +27,7 @@
     if (       FramInit()) goto end; //Reserves 1 FRAM byte to detect if empty
            FramAllocate(4);          //Reserves 4 FRAM bytes where the watchdog used to hold the last program position
              CryptoInit();           //Uses log
-                NetInit("heating", "heating");
+                NetInit();
     if (SettingsNtpInit()) goto end; //Loads of FRAM
                 WebInit();           //No FRAM
             OneWireInit();           //No FRAM