mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed JsonObjectBase into JsonPrintable
This commit is contained in:
@@ -146,9 +146,9 @@ namespace JsonGeneratorTests
|
||||
|
||||
private:
|
||||
|
||||
void addNested(JsonObjectBase& value)
|
||||
void addNested(Printable& value)
|
||||
{
|
||||
arr.add<JsonObjectBase&>(value);
|
||||
arr.add<Printable&>(value);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user