Update parser size

This commit is contained in:
Benoit Blanchon
2014-07-14 16:02:34 +02:00
parent ccb97fc6e0
commit 9ee3dc638d

View File

@ -210,7 +210,7 @@ This table is for an 8-bit Arduino, types would be bigger on a 32-bit processor.
</tr> </tr>
<tr> <tr>
<td>Parser&lt;N&gt;</td> <td>Parser&lt;N&gt;</td>
<td>8 x N</td> <td>4 + 8 x N</td>
</tr> </tr>
<tr> <tr>
<td>JsonArray</td> <td>JsonArray</td>