mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 07:31:36 +01: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