From 01f6fc07f7b499c6c0172df4c608279f8e35deb4 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 17 Mar 2019 10:42:49 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5205170..fdf5e1e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Arduino based project running on my custom made board * AT24CXX-master (not my work) [link](https://github.com/cyberp/AT24Cx) ### SD Card structure (subject to changes) : -``` +``` json / |_CONFIG | AP.CFG @@ -72,7 +72,7 @@ Arduino based project running on my custom made board |_WWW ``` ### Example of a config file structure (.CFG) : -``` +``` json #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 /!\ @@ -84,7 +84,7 @@ this_is_the_parameter_name : 'this is a string value' ``` ### For AP.CFG it would be : -``` +``` json #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