Updated FAQ (markdown)

Benoît Blanchon
2016-06-08 13:28:19 +02:00
parent 961fc01482
commit 70d26989a4

2
FAQ.md

@@ -128,7 +128,7 @@ The third solution is to run your program an print `jsonBuffer.size()` to get th
**WARNING 2**: if you use `String` to create your JSON keys or values, their content will automatically be duplicated in the `JsonBuffer`, so you need to add the total length of all strings in the size of the `JsonBuffer`.
See issue [#243](https://github.com/bblanchon/ArduinoJson/issues/243)
See issues [#243](https://github.com/bblanchon/ArduinoJson/issues/243) and [#302](https://github.com/bblanchon/ArduinoJson/issues/302).