mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-16 11:01:14 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -334,6 +334,8 @@ Reusable | no<sup>(3)</sup> | no<sup>(3)</sup>
|
||||
|
||||
<sup>(3)</sup> 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.
|
||||
|
Reference in New Issue
Block a user