mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
Use DynamicJsonBuffer instead of arbitrary sized StaticJsonBuffer
This commit is contained in:
@ -30,7 +30,7 @@ class JsonParser_Object_Test : public testing::Test {
|
||||
}
|
||||
|
||||
private:
|
||||
StaticJsonBuffer<256> _jsonBuffer;
|
||||
DynamicJsonBuffer _jsonBuffer;
|
||||
JsonObject *_object;
|
||||
char _jsonString[256];
|
||||
};
|
||||
|
Reference in New Issue
Block a user