mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-21 22:42:25 +02:00
Remove capacity from JsonDocument
's constructor
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
using namespace ArduinoJson::detail;
|
||||
|
||||
static void testCodepoint(uint32_t codepoint, std::string expected) {
|
||||
ResourceManager resources(4096);
|
||||
ResourceManager resources;
|
||||
StringBuilder str(&resources);
|
||||
str.startString();
|
||||
|
||||
|
Reference in New Issue
Block a user