diff --git a/Compatibility-issues.md b/Compatibility-issues.md index 864dafb..34a4e4f 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -128,6 +128,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 +To fix the issue, simply upgrade WifiManager to >= 0.12 or ArduinoJson >= 5.6.2 -See issue [#284](https://github.com/bblanchon/ArduinoJson/issues/284) \ No newline at end of file +See issue [#284](https://github.com/bblanchon/ArduinoJson/issues/284) + +## CodeBender + +For some reason, it's not possible to use ArduinoJson with CodeBender. + +See discussion here: http://feedback.codebender.cc/forums/280538-library-requests/suggestions/7238254-arduinojson-support \ No newline at end of file