Mettre à jour 'README.md'
This commit is contained in:
parent
420c0a3fab
commit
6f15d1205b
30
README.md
30
README.md
@ -70,10 +70,38 @@ Arduino based project running on my custom made board
|
||||
|_FTP
|
||||
|_LOGS
|
||||
|_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 :
|
||||
* Screen Manager ✓
|
||||
* µSDcard File System
|
||||
* µSDcard File System (In progress)
|
||||
* File Config Parser
|
||||
* RTC Manager ✓
|
||||
* RTC FLASH Manager
|
||||
* FTP Service
|
||||
|
Loading…
Reference in New Issue
Block a user