mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Added a failng test
This commit is contained in:
@@ -59,6 +59,11 @@ namespace ArduinoJson
|
||||
content.asDouble = value;
|
||||
}
|
||||
|
||||
operator const char*()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
size_t printTo(Print& p) const
|
||||
{
|
||||
// handmade polymorphism
|
||||
|
||||
Reference in New Issue
Block a user