Remove duplicate comment block in wandbox's JsonGeneratorExample.cpp

This commit is contained in:
Benoit Blanchon
2023-07-23 17:59:27 +02:00
parent 4b00783345
commit 9794ba24b2

View File

@ -20,11 +20,6 @@ int main() {
//
// DynamicJsonDocument doc(200);
// StaticJsonObject allocates memory on the stack, it can be
// replaced by DynamicJsonDocument which allocates in the heap.
//
// DynamicJsonDocument doc(200);
// Add values in the document
//
doc["sensor"] = "gps";