You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
//Check if there is stored WiFi router/password credentials.
@@ -1436,7 +1436,7 @@ f.close();
1436
1436
1437
1437
### 6.3 Populate the just-read Jsonified data into the DynamicJsonDocument json object
1438
1438
1439
-
We again use the same `DynamicJsonDocument json` object to store the data we've just read fron`CONFIG_FILE`.
1439
+
We again use the same `DynamicJsonDocument json` object to store the data we've just read from`CONFIG_FILE`.
1440
1440
1441
1441
Why the same complicated `DynamicJsonDocument json` object ?? Because in steps 5, we did store `Jsonified data` using the same `DynamicJsonDocument json` object. It's much easier we now use it again to facilitate the parsing of `Jsonified data` back to the data we can use easily.
0 commit comments