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:
54:1cbd3a85d3a0
Parent:
53:c1bf7d9db507
--- a/web-this/radiator/web-radiator-script.c	Wed May 01 10:05:00 2019 +0000
+++ b/web-this/radiator/web-radiator-script.c	Wed May 01 10:41:22 2019 +0000
@@ -4,7 +4,7 @@
 //Use http://tomeko.net/online_tools/cpp_text_unescape.php to convert from c-multiline to text
 
 static const char* script =
-#include "../../web/core/web-ajax-class.inc"
+#include "../../web/common/web-ajax-class.inc"
 #include "../../1-wire/web/web-1wire-class.inc"
 #include "web-radiator-script.inc"
 ;