mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01: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