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:
99:84c3273dc77f
Parent:
61:b7513ca034b8
--- a/web-this/home/web-home-html.c	Sat Oct 10 14:12:46 2020 +0000
+++ b/web-this/home/web-home-html.c	Thu Nov 05 13:53:43 2020 +0000
@@ -22,7 +22,7 @@
     HttpAddText("<br/>\r\n");
     WebAddAjaxInputToggle("Winter mode", "ajax-mode-toggle"    , "htg-chg-mode"    );
     HttpAddText("<br/>\r\n");
-    WebAddAjaxInputToggle("Radiators"  , "ajax-override-toggle", "htg-chg-override");
+    WebAddAjaxInputToggle("Radiators"  , "ajax-radiator-toggle", "htg-chg-override");
     HttpAddText("<br/>\r\n");
 
     WebAddEnd();