Updated type sizes

This commit is contained in:
Benoît Blanchon
2014-07-07 14:07:24 +02:00
parent 6c1ab912ff
commit 42968be535

View File

@ -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 |