diff --git a/JsonGenerator/JsonValue.h b/JsonGenerator/JsonValue.h index f45cbb10..0cb2a905 100644 --- a/JsonGenerator/JsonValue.h +++ b/JsonGenerator/JsonValue.h @@ -66,7 +66,7 @@ namespace ArduinoJson operator const char*() { - return ""; + return content.asString; } operator double()