mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01: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