8000 Remove duplicate comment block in wandbox's `JsonGeneratorExample.cpp` · smartcoder00/ArduinoJson@9794ba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9794ba2

Browse files
committed
Remove duplicate comment block in wandbox's JsonGeneratorExample.cpp
1 parent 4b00783 commit 9794ba2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

extras/scripts/wandbox/JsonGeneratorExample.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ int main() {
2020
//
2121
// DynamicJsonDocument doc(200);
2222

23-
// StaticJsonObject allocates memory on the stack, it can be
24-
// replaced by DynamicJsonDocument which allocates in the heap.
25-
//
26-
// DynamicJsonDocument doc(200);
27-
2823
// Add values in the document
2924
//
3025
doc["sensor"] = "gps";

0 commit comments

Comments
 (0)
0