Mettre à jour 'README.md'

This commit is contained in:
Th3maz1ng 2019-03-17 10:42:49 +01:00
parent 6f15d1205b
commit 01f6fc07f7

View File

@ -62,7 +62,7 @@ Arduino based project running on my custom made board
* AT24CXX-master (not my work) [link](https://github.com/cyberp/AT24Cx) * AT24CXX-master (not my work) [link](https://github.com/cyberp/AT24Cx)
### SD Card structure (subject to changes) : ### SD Card structure (subject to changes) :
``` ``` json
/ /
|_CONFIG |_CONFIG
| AP.CFG | AP.CFG
@ -72,7 +72,7 @@ Arduino based project running on my custom made board
|_WWW |_WWW
``` ```
### Example of a config file structure (.CFG) : ### Example of a config file structure (.CFG) :
``` ``` json
#This line is a comment and will be ignored #This line is a comment and will be ignored
#All comments should be at the top of the file #All comments should be at the top of the file
#The parameter names are case sensitive /!\ #The parameter names are case sensitive /!\
@ -84,7 +84,7 @@ this_is_the_parameter_name : 'this is a string value'
``` ```
### For AP.CFG it would be : ### For AP.CFG it would be :
``` ``` json
#This config file stores the configuration needed to set the AP #This config file stores the configuration needed to set the AP
#up for the ESP8266SwissArmyBoad #up for the ESP8266SwissArmyBoad
#If this file is not present or if there is an error at parsing time #If this file is not present or if there is an error at parsing time