Updated FAQ (markdown)

Benoît Blanchon
2015-10-28 11:13:39 +01:00
parent 15af38b089
commit 79e2a46cc3

2
FAQ.md

@@ -26,7 +26,7 @@ Speed | fast :+1: | slow
Cleanup | automatic<sup>(2)</sup> | automatic
Reusable | no<sup>(3)</sup> | no<sup>(3)</sup>
<sup>(1)</sup> usually, but you can allocate it in the heap with `new StaticJsonBuffer<200>()`
<sup>(1)</sup> preferably, but if you need you could allocate it in the heap with `new StaticJsonBuffer<200>()` <br>&nbsp;&nbsp;&nbsp;This can be useful on platforms where stack size is limited.
<sup>(2)</sup> if allocated on the stack, see <sup>(1)</sup>