mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 04:22:18 +02:00
Renamed JsonObjectBase into JsonPrintable
This commit is contained in:
@ -97,9 +97,9 @@ namespace JsonGeneratorTests
|
||||
|
||||
private:
|
||||
|
||||
void addNested(const char* key, JsonObjectBase& value)
|
||||
void addNested(const char* key, Printable& value)
|
||||
{
|
||||
hash.add<JsonObjectBase&>(key, value);
|
||||
hash.add<Printable&>(key, value);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
Reference in New Issue
Block a user