Updated FAQ (markdown)

Benoît Blanchon
2016-06-15 10:19:02 +02:00
parent 70d26989a4
commit 2ac632d608

2
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. 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 ##### Cause 2: reuse of JSON input