forked from bblanchon/ArduinoJson
Reduced the size of JsonValue by no implementing Printable
This commit is contained in:
@ -12,7 +12,7 @@ namespace ArduinoJson
|
||||
{
|
||||
namespace Generator
|
||||
{
|
||||
class JsonValue : public Printable
|
||||
class JsonValue
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user