diff --git a/Avoiding pitfalls.md b/Avoiding pitfalls.md index ce58f97..02b248c 100644 --- a/Avoiding pitfalls.md +++ b/Avoiding pitfalls.md @@ -1,5 +1,3 @@ -> *This page contains precious information on how to avoid common pitfalls in Arduino JSON.* - As `StaticJsonBuffer` is the corner stone of this library, you'll see that every pitfall listed here are related to a wrong understanding of the memory model. Make sure you read [Arduino JSON memory model](Memory model) before going further.