Mettre à jour 'README.md'

This commit is contained in:
Th3maz1ng 2019-03-24 23:26:52 +01:00
parent aa2c4b0e48
commit 972f0888da

View File

@ -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 ✓