mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 12:02:14 +02:00
Added a link to the FAQ
This commit is contained in:
@ -21,7 +21,8 @@
|
|||||||
//
|
//
|
||||||
// Never use a JsonDocument to store the configuration!
|
// Never use a JsonDocument to store the configuration!
|
||||||
// A JsonDocument is *not* a permanent storage; it's only a temporary storage
|
// 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 {
|
struct Config {
|
||||||
char hostname[64];
|
char hostname[64];
|
||||||
int port;
|
int port;
|
||||||
|
Reference in New Issue
Block a user