diff --git a/FAQ.md b/FAQ.md index 14b39fa..f28cc14 100644 --- a/FAQ.md +++ b/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).