mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02: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