diff --git a/README.md b/README.md index c9776a8..84cde16 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,17 @@ CHANNEL : 1 SSID_HIDDEN : 'true' AP_MAX_CONNECTION : 4 +``` +### For STA.CFG it would be : +``` json +#This config file stores the configuration needed to connect the board +#to a wifi hotspot +#If this file is not present or if there is an error at parsing time +#only the AP functionality will be enabled + +SSID : 'MyHotspotSSID' +PASSWORD : 'MySuperSecuredPassword' + ``` ### Things to do : * Screen Manager ✓