Updated Compatibility issues (markdown)

Benoît Blanchon
2016-06-06 08:29:27 +02:00
parent b2c21f867e
commit c2f2baf47c

@@ -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)