summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-03-23 18:23:45 +1300
committerMike Beattie <mike@ethernal.org>2012-03-23 18:23:45 +1300
commit3077ff7a3882011198776f07135b320dc0f6e999 (patch)
treecdf2501753c8232dee0e2f80898e2159780bc2ba
parent2873d44f7c049e67928c0e9fee2f4e697411a21f (diff)
Dump JSON #defines, not used.
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r--HouseControl.ino10
1 files changed, 0 insertions, 10 deletions
diff --git a/HouseControl.ino b/HouseControl.ino
index 9e44226..fe4f11a 100644
--- a/HouseControl.ino
+++ b/HouseControl.ino
@@ -123,16 +123,6 @@ time_t lastNTPtime = 0;
WebServer httpServer("", 80);
/*********************************************************************************/
-/* Globally used strings */
-
-#define JSON_HEADER "{\""
-#define JSON_FOOTER "\"}"
-
-#define JSON_NAME_START "\", \""
-#define JSON_VALUE_START "\":\""
-
-
-/*********************************************************************************/
/* Utility functions */
/*