From 617cb7c3d6f68779eaf8e6a036f1b1a7421eac15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Thu, 21 Jan 2016 09:53:12 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 854bce6..1ae1603 100644 --- a/FAQ.md +++ b/FAQ.md @@ -334,6 +334,8 @@ Reusable | no(3) | no(3) (3) there is a workaround (see issues [#72](https://github.com/bblanchon/ArduinoJson/issues/72) and [#115](https://github.com/bblanchon/ArduinoJson/issues/115)) for those who are looking for troubles. +As a general rule, if your `StaticJsonBuffer` is bigger than 2K, then it may be a good time to switch to a `DynamicJsonBuffer`. + ### I found a memory leak in the library! This is very unlikely. You're probably using the library incorrectly.