Mettre à jour 'README.md'

This commit is contained in:
Th3maz1ng 2019-03-17 10:40:03 +01:00
parent 420c0a3fab
commit 6f15d1205b

View File

@ -70,10 +70,38 @@ Arduino based project running on my custom made board
|_FTP |_FTP
|_LOGS |_LOGS
|_WWW |_WWW
```
### Example of a config file structure (.CFG) :
```
#This line is a comment and will be ignored
#All comments should be at the top of the file
#The parameter names are case sensitive /!\
this_is_the_parameter_name : this_is_a_numeric_value
'this is the parameter name' : this_is_a_numeric_value
this_is_the_parameter_name : 'this is a string value'
'this is the parameter name' : 'this is a string value'
```
### For AP.CFG it would be :
```
#This config file stores the configuration needed to set the AP
#up for the ESP8266SwissArmyBoad
#If this file is not present or if there is an error at parsing time
#default values will be used instead.
#If the password is an empty string aka '', the network will be open
SSID : 'ESP8266SwissArmyBoard'
PASSWORD : 'APassWord'
CHANNEL : 1
SSID_HIDDEN : 'true'
AP_MAX_CONNECTION : 4
``` ```
### Things to do : ### Things to do :
* Screen Manager ✓ * Screen Manager ✓
* µSDcard File System * µSDcard File System (In progress)
* File Config Parser
* RTC Manager ✓ * RTC Manager ✓
* RTC FLASH Manager * RTC FLASH Manager
* FTP Service * FTP Service