mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Renamed JsonSink into Print
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "JsonSink.h"
|
||||
#include "Print.h"
|
||||
|
||||
class StringBuilder : public JsonSink
|
||||
class StringBuilder : public Print
|
||||
{
|
||||
public:
|
||||
StringBuilder(char* buf, int size)
|
||||
|
||||
Reference in New Issue
Block a user