From 70a7ccb0835676ba4b6b84d78489cfd92c851c34 Mon Sep 17 00:00:00 2001 From: John Little Date: Sun, 10 Jan 2016 20:54:03 +0000 Subject: [PATCH] Created some sample json tags --- esp8266/data/tags.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 esp8266/data/tags.json diff --git a/esp8266/data/tags.json b/esp8266/data/tags.json new file mode 100644 index 00000000..5aebc12c --- /dev/null +++ b/esp8266/data/tags.json @@ -0,0 +1,4 @@ +{ + "WEB_ADDRESS":"localhost", + "PAGE_TITLE":"Testing things..." +}