Updated Compatibility issues (markdown)

Benoît Blanchon
2016-02-28 11:35:48 +01:00
parent f8e9baedc3
commit f08c953307

@@ -88,4 +88,10 @@ For example, on Windows, you need to delete:
* `%LOCALAPPDATA%\Arduino15\library_index.json` * `%LOCALAPPDATA%\Arduino15\library_index.json`
* `%LOCALAPPDATA%\Arduino15\library_index.json.tmp.gz` * `%LOCALAPPDATA%\Arduino15\library_index.json.tmp.gz`
You don't even need to close Arduino, just re-open the library manager. 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).