From e182c147e81e0a8a5adcc4fd13b6b8e71bd909aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Wed, 4 Nov 2015 11:34:57 +0100 Subject: [PATCH] Updated Compatibility issues (markdown) --- Compatibility-issues.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Compatibility-issues.md b/Compatibility-issues.md index 2b836b9..8742419 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -44,4 +44,14 @@ See issues [#123](https://github.com/bblanchon/ArduinoJson/issues/123) and [#138 Some platforms need some time to initialize the serial port. In that case, you need to add a `delay(1000)` in the `setup()` function. -See issue [#112](https://github.com/bblanchon/ArduinoJson/issues/112). \ No newline at end of file +See issue [#112](https://github.com/bblanchon/ArduinoJson/issues/112). + +## Punch Through Design products, like the Lightblue Bean + +The `String` class in Lightblue Bean core for Arduino is [missing all functions for floating point values](https://www.diffchecker.com/0s9u6xy1). + +There is a temporary workaround for this issue: on your local copy of ArduinoJson remove the implementation of `String JsonVariant::as()` from `JsonVariant.cpp` + +Hopefully [the issue](https://github.com/PunchThrough/PunchThrough-BEAN-Arduino-Firmware/issues/23) will be fix in the core. + +See issue [#142](https://github.com/bblanchon/ArduinoJson/issues/142) \ No newline at end of file