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