summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
/*