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:
49:9491c966dc60
Parent:
47:229338b3adcb
Child:
50:df2cf771798d
--- a/main/main.c	Fri Apr 26 16:40:19 2019 +0000
+++ b/main/main.c	Sat Apr 27 09:27:11 2019 +0000
@@ -9,7 +9,7 @@
 #include "1-wire-device.h"
 #include "heating.h"
 #include "settings.h"
-#include "http-server.h"
+#include "web-base.h"
 #include "settings.h"
 #include "values.h"
 #include "debounce.h"
@@ -28,7 +28,7 @@
            FramAllocate(4);          //Reserves 4 FRAM bytes where the watchdog used to hold the last program position
                 NetInit("ch4", "ch6");
     if (SettingsNtpInit()) goto end; //Loads of FRAM
-         HttpServerInit();           //No FRAM
+          WebServerInit();           //No FRAM
             OneWireInit();           //No FRAM
              DeviceInit();           //No FRAM
             HeatingInit();           //Loads of FRAM