mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
All tests passed!
This commit is contained in:
@@ -34,7 +34,7 @@ class JsonParser_Object_Test : public testing::Test {
|
||||
}
|
||||
|
||||
private:
|
||||
StaticJsonBuffer<10> _jsonBuffer;
|
||||
StaticJsonBuffer<256> _jsonBuffer;
|
||||
JsonObject *_object;
|
||||
char _jsonString[256];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user