mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-01 07:01:37 +01:00
Remove capacity from JsonDocument's constructor
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
void setup() {
|
||||
JsonDocument doc(1024);
|
||||
JsonDocument doc;
|
||||
|
||||
// You can use a Flash String as your JSON input.
|
||||
// WARNING: the strings in the input will be duplicated in the JsonDocument.
|
||||
|
||||
Reference in New Issue
Block a user