mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Test size() after calling CreateObject
This commit is contained in:
@@ -14,6 +14,8 @@ public:
|
||||
|
||||
virtual ~StaticJsonBuffer() {}
|
||||
|
||||
/*JsonObject*/void createObject() { _size++; }
|
||||
|
||||
int capacity()
|
||||
{
|
||||
return CAPACITY;
|
||||
|
||||
Reference in New Issue
Block a user