Extracted class JsonHashTableBase to reduce the size of the code.

This commit is contained in:
Benoît Blanchon
2014-07-08 13:27:29 +02:00
parent 6d3b70f4a3
commit bbc18b5ca4
7 changed files with 105 additions and 63 deletions

View File

@ -164,4 +164,4 @@ This table is for an 8-bit Arduino, types would be bigger on a 32-bit processor.
| Type | Size in bytes |
| ---------------------- | ------------- |
| JsonArray<N> | 4 + 6 x N |
| JsonHashTable<N> | 4 + 8 x N |
| JsonHashTable<N> | 8 + 8 x N |