From 72ee45ad14717fe814256f77d1f7a17c13ba1c72 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 15 Apr 2017 00:35:30 -0700 Subject: [PATCH] Fix header markdown. GFM spec requires a space after the opening sequence of # characters and this is now being enforced. --- 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 70cfe09..496a4ec 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -1,6 +1,6 @@ > *This page contains a list of project using the Arduino JSON library. It's a wiki, don't hesitate to edit this page if you want to add a project.* -##WIoT-2 Weather Station - www.plastibots.com +## WIoT-2 Weather Station - www.plastibots.com Uses NodeMCU + Nextion + Blynk + ArduinoJSON to parse and dispay weather and other information. Full write-up at [PlastiBots.com](http://www.plastibots.com/index.php/2017/01/03/wiot-2-weather-station-nextion-tft-with-esp8266/).