mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Extracted class JsonArrayBase to reduce code size
This commit is contained in:
@@ -8,7 +8,7 @@ size_t JsonHashTableBase::printTo(Print& p) const
|
||||
|
||||
n += p.write('{');
|
||||
|
||||
for (int i = 0; i < itemCount; i++)
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
if (i > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user