From 6958c29cfea956a9b875d59a3565eb231b0a7d0c Mon Sep 17 00:00:00 2001 From: Dave1001 Date: Sun, 28 Feb 2016 23:06:04 +1000 Subject: [PATCH] Updated Using the library with Arduino (markdown) --- Using-the-library-with-Arduino.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Using-the-library-with-Arduino.md b/Using-the-library-with-Arduino.md index 77aa098..c1e9342 100644 --- a/Using-the-library-with-Arduino.md +++ b/Using-the-library-with-Arduino.md @@ -30,8 +30,6 @@ Then restart the Arduino IDE. You need the latest version (January 2016 or later) of [Visual Micro](http://www.visualmicro.com) installed for Visual Studio or Atmel Studio. -ArduinoJson has a non-standard library structure so won't compile for older versions of Visual Micro that lack 'Deep Library Search'. For more information [refer to this article] (http://www.visualmicro.com/post/2016/01/14/How-to-improve-compile-times-dramatically.aspx) - ## Run the examples sketches Click `File` / `Example` / `ArduinoJson`.