diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-23 18:23:45 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-23 18:23:45 +1300 |
commit | 3077ff7a3882011198776f07135b320dc0f6e999 (patch) | |
tree | cdf2501753c8232dee0e2f80898e2159780bc2ba /HouseControl.ino | |
parent | 2873d44f7c049e67928c0e9fee2f4e697411a21f (diff) |
Dump JSON #defines, not used.
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'HouseControl.ino')
-rw-r--r-- | HouseControl.ino | 10 |
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 */ /* |