فهرست منبع

Remove duplicate comment block in wandbox's `JsonGeneratorExample.cpp`

Benoit Blanchon 2 سال پیش
والد
کامیت
9794ba24b2
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      extras/scripts/wandbox/JsonGeneratorExample.cpp

+ 0 - 5
extras/scripts/wandbox/JsonGeneratorExample.cpp

@@ -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";