Benoit Blanchon 6 лет назад
Родитель
Сommit
6071bd07ec
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      examples/JsonConfigFile/JsonConfigFile.ino

+ 2 - 1
examples/JsonConfigFile/JsonConfigFile.ino

@@ -21,7 +21,8 @@
 //
 // Never use a JsonDocument to store the configuration!
 // A JsonDocument is *not* a permanent storage; it's only a temporary storage
-// used during the serialization phase.
+// used during the serialization phase. See:
+// https://arduinojson.org/v6/faq/why-must-i-create-a-separate-config-object/
 struct Config {
   char hostname[64];
   int port;