mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-27 15:30:54 +02:00
Updated Compatibility issues (markdown)
@@ -76,3 +76,16 @@ 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.
|
Reference in New Issue
Block a user