From 30ea01bc31dfe7d51ff223e769a1d84199a10347 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 24 Sep 2023 18:12:01 +0200 Subject: [PATCH] StringExample: remove obsolete comment --- examples/StringExample/StringExample.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/StringExample/StringExample.ino b/examples/StringExample/StringExample.ino index 57d04f38..70036f5f 100644 --- a/examples/StringExample/StringExample.ino +++ b/examples/StringExample/StringExample.ino @@ -55,7 +55,6 @@ void setup() { } // Lastly, you can print the resulting JSON to a String - // WARNING: it doesn't replace the content but appends to it String output; serializeJson(doc, output); }