mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
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