From 3948b9455035dc10326495ca70a316549e25a877 Mon Sep 17 00:00:00 2001 From: pfabri Date: Sun, 20 Nov 2016 18:20:10 +0100 Subject: [PATCH] Updated Avoiding pitfalls (markdown) --- Avoiding-pitfalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Avoiding-pitfalls.md b/Avoiding-pitfalls.md index 6aeaeae..97d59d6 100644 --- a/Avoiding-pitfalls.md +++ b/Avoiding-pitfalls.md @@ -1,4 +1,4 @@ -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. +As `StaticJsonBuffer` is the corner stone of this library, you'll see that every pitfall listed here is related to a wrong understanding of the memory model. Make sure you read [Arduino JSON memory model](Memory model) before going further.