From f08c953307c5a836ca8b52892247c386d856c2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Sun, 28 Feb 2016 11:35:48 +0100 Subject: [PATCH] Updated Compatibility issues (markdown) --- Compatibility-issues.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Compatibility-issues.md b/Compatibility-issues.md index 3bfbbbc..bf01467 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -88,4 +88,10 @@ For example, on Windows, you need to delete: * `%LOCALAPPDATA%\Arduino15\library_index.json` * `%LOCALAPPDATA%\Arduino15\library_index.json.tmp.gz` -You don't even need to close Arduino, just re-open the library manager. \ No newline at end of file +You don't even need to close Arduino, just re-open the library manager. + +## Visual Micro / Visual Studio + +Due to the non-standard library structure, ArduinoJson won't compile for older versions of Visual Micro - the solution is simply to upgrade to Visual Micro from January 2016 or later. + +See issue [#238](https://github.com/bblanchon/ArduinoJson/issues/238). \ No newline at end of file