From 42968be5358fbd77c928e044d93beef48f2d8973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 7 Jul 2014 14:07:24 +0200 Subject: [PATCH] Updated type sizes --- JsonGenerator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsonGenerator/README.md b/JsonGenerator/README.md index 58d29102..d3cb84a9 100644 --- a/JsonGenerator/README.md +++ b/JsonGenerator/README.md @@ -163,5 +163,5 @@ This table is for an 8-bit Arduino, types would be bigger on a 32-bit processor. | Type | Size in bytes | | ---------------------- | ------------- | -| JsonArray<N> | 4 + 12 x N | -| JsonHashTable<N> | 4 + 14 x N | +| JsonArray<N> | 4 + 6 x N | +| JsonHashTable<N> | 4 + 8 x N |