From 2ac632d6080620e0b51c79b1d81c8c37279f8075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Wed, 15 Jun 2016 10:19:02 +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 f28cc14..4fe42bf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -526,7 +526,7 @@ for (int i=0; i<10; i++) { Note that, contrary to a common belief, moving a `StaticJsonBuffer` inside of a loop has no negative impact on performance. -See issue [#243](https://github.com/bblanchon/ArduinoJson/issues/243). +See issue [#243](https://github.com/bblanchon/ArduinoJson/issues/243) and [#305](https://github.com/bblanchon/ArduinoJson/issues/305). ##### Cause 2: reuse of JSON input