From 963caf9f9a1b1164ab03bd765d023174471a5011 Mon Sep 17 00:00:00 2001 From: bblanchon Date: Sat, 29 Nov 2014 07:56:24 -0800 Subject: [PATCH] Updated Avoiding pitfalls (markdown) --- Avoiding pitfalls.md | 2 -- 1 file changed, 2 deletions(-) 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.