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:
52:76254a967391
Parent:
51:c7c6ce0d57ad
diff -r c7c6ce0d57ad -r 76254a967391 web-derived/program/web-program-script.c
--- a/web-derived/program/web-program-script.c	Mon Apr 29 14:46:58 2019 +0000
+++ b/web-derived/program/web-program-script.c	Wed May 01 07:17:24 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-base/base/web-ajax-class.inc"
+#include "../../web/core/web-ajax-class.inc"
 #include "../../1-wire/web/web-1wire-class.inc"
 #include "web-program-script.inc"
 ;