From 3339a4c473a12067c7aee769639c75f51e5ddef3 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sat, 29 May 2021 09:03:10 +0000 Subject: [PATCH] Add warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e8d245..9b9c7db 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data. +This is a work in progress and is not suitable for production + ## Server Setup This assumes you are using Ubuntu-20.04