From 70d26989a40a0e344baf0346be05c5f994934f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Wed, 8 Jun 2016 13:28:19 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).