Updated Bag of Tricks (markdown)

Benoît Blanchon
2017-03-02 10:27:21 +01:00
parent 4c0d2937fc
commit fbc48c6d2c

@@ -411,7 +411,7 @@ See issue [#205](https://github.com/bblanchon/ArduinoJson/issues/205).
:warning: **This section is only intended to insane people who deliberately ignores the recommendation of the library author.** :warning: **This section is only intended to insane people who deliberately ignores the recommendation of the library author.**
:warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://github.com/bblanchon/ArduinoJson/wiki/FAQ#how-to-reuse-a-jsonbuffer) :warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://bblanchon.github.io/ArduinoJson/faq/how-to-reuse-a-jsonbuffer/)
Here is how you can write your own `clear()` function: Here is how you can write your own `clear()` function:
@@ -432,4 +432,4 @@ clear(jsonBuffer);
See issues [#72](https://github.com/bblanchon/ArduinoJson/issues/72), [#115](https://github.com/bblanchon/ArduinoJson/issues/115), [#141](https://github.com/bblanchon/ArduinoJson/issues/141) See issues [#72](https://github.com/bblanchon/ArduinoJson/issues/72), [#115](https://github.com/bblanchon/ArduinoJson/issues/115), [#141](https://github.com/bblanchon/ArduinoJson/issues/141)
See [ArduinoJson: Avoiding pitfalls](https://github.com/bblanchon/ArduinoJson/wiki/Avoiding-pitfalls#4-dont-reuse-the-same-jsonbuffer) See [ArduinoJson: Avoiding pitfalls](https://bblanchon.github.io/ArduinoJson/doc/pitfalls/#4-dont-reuse-the-same-jsonbuffer)