From 8d52b432042f7acb9643f7ee3ac429ddab077c0f Mon Sep 17 00:00:00 2001 From: Reivax Date: Wed, 5 Oct 2016 11:34:27 +0200 Subject: [PATCH] Updated Projects using ArduinoJson (markdown) --- Projects-using-ArduinoJson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index 83f25ec..5fe9b1e 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -11,7 +11,7 @@ An Arduino Mega scans 4 sensors and uses a GSM shield to send SMS alerts when th Linked to the Mega through Serial line, the ESP8266 exposes a webApp that displays the measures and can edit the settings, and sends the measures to an externally hosted DB to be able to build charts. -ArduinoJson is key for the communication between the Mega and the ESP, as well as for sending the structured data to the statistics host. It will even be more important in version 3, when several modules talk together to share a single GSM shield :) +ArduinoJson is key for the communication between the Mega and the ESP, the ESP and the webApp, as well as for sending the structured data to the statistics host. It will even be more important in version 3, when several modules talk together to share a single GSM shield :) ![AquaMonitor](https://github.com/reivaxy/aquaMonitor/raw/master/res/installedBlue-512.jpg)