Updated Compatibility issues (markdown)

Benoît Blanchon
2016-02-15 11:06:20 +01:00
parent 1dfae8d486
commit 90acdd806b

@@ -75,4 +75,17 @@ Arduino IDE 1.6.6 bug [#4075](https://github.com/arduino/Arduino/issues/4075) ma
error: 'namespaceArduinoJson' does not name a type error: 'namespaceArduinoJson' does not name a type
``` ```
You need to upgrade to 1.6.7. You need to upgrade to 1.6.7.
## Arduino Library Manager doesn't list the latest versions of ArduinoJson
This is a very common issue.
If ArduinoJson doesn't appear in Libray Manager, or if only old versions are listed, try to delete the local cache.
This will force the Libray Manager to download the library list from scratch.
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.