mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 17:44:49 +02:00
Updated Compatibility issues (markdown)
@@ -48,16 +48,6 @@ In that case, you need to add a `delay(1000)` in the `setup()` function.
|
|||||||
|
|
||||||
See issue [#112](https://github.com/bblanchon/ArduinoJson/issues/112).
|
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<String>()` 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)
|
|
||||||
|
|
||||||
## Known problems with Arduino IDE 1.6.6
|
## Known problems with Arduino IDE 1.6.6
|
||||||
|
|
||||||
Arduino IDE 1.6.6 bug [#4075](https://github.com/arduino/Arduino/issues/4075) makes the build fail with the following error:
|
Arduino IDE 1.6.6 bug [#4075](https://github.com/arduino/Arduino/issues/4075) makes the build fail with the following error:
|
||||||
|
Reference in New Issue
Block a user