mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Removed the automatic expansion of DynamicJsonDocument
This commit is contained in:
@@ -29,8 +29,8 @@ class StringBuilder {
|
||||
if (!_slot) return;
|
||||
|
||||
if (_size >= _slot->size) {
|
||||
_slot = _parent->expandString(_slot);
|
||||
if (!_slot) return;
|
||||
_slot = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
_slot->value[_size++] = c;
|
||||
|
||||
Reference in New Issue
Block a user