StringExample: remove obsolete comment

This commit is contained in:
Benoit Blanchon
2023-09-24 18:12:01 +02:00
parent 92c9faf69f
commit 30ea01bc31

View File

@ -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);
}