mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-27 07:20:56 +02:00
Updated Compatibility issues (markdown)
@@ -118,4 +118,16 @@ You don't even need to close Arduino, just re-open the library manager.
|
||||
|
||||
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).
|
||||
See issue [#238](https://github.com/bblanchon/ArduinoJson/issues/238).
|
||||
|
||||
## WifiManager
|
||||
|
||||
There is a [known bug](https://github.com/tzapu/WiFiManager/commit/44e828e77a2454a38371f7d5fb64424acebeb676) in the WifiManager library < 0.12.
|
||||
|
||||
This caused a compilation error in ArduinoJson:
|
||||
|
||||
ArduinoJson/include/ArduinoJson/Internals/../Internals/../Polyfills/isNaN.hpp:29:17: error: 'isnan' was not declared in this scope
|
||||
|
||||
To fix the issue, simply upgrade WifiManager to >= 0.12
|
||||
|
||||
See issue [#284](https://github.com/bblanchon/ArduinoJson/issues/284)
|
Reference in New Issue
Block a user