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:
26:85e3becbebc9
Parent:
25:f73966bd9b43
Child:
39:5d8a37c921c3
--- a/http-derived/boiler/http-boiler-query.c	Fri Jan 18 14:37:32 2019 +0000
+++ b/http-derived/boiler/http-boiler-query.c	Fri Jan 18 17:59:13 2019 +0000
@@ -9,7 +9,7 @@
     {
         char* pName;
         char* pValue;
-        pQuery = HttpSplitQuery(pQuery, &pName, &pValue);
+        pQuery = HttpQuerySplit(pQuery, &pName, &pValue);
 
         int value = (int)strtol(pValue, NULL, 10);