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