Skip to content

Commit

Permalink
StringExample: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Sep 24, 2023
1 parent 92c9faf commit 30ea01b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/StringExample/StringExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 30ea01b

Please sign in to comment.