mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Huge refactoring in progress...
This commit is contained in:
@@ -18,7 +18,7 @@ class JsonObject_Container_Tests : public ::testing::Test {
|
||||
JsonObject_Container_Tests() : object(json.createObject()) {}
|
||||
|
||||
protected:
|
||||
StaticJsonBuffer<42> json;
|
||||
StaticJsonBuffer<256> json;
|
||||
JsonObject& object;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user