From 972f0888da6956c0d0a29d4a6ecc07a57349a320 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 24 Mar 2019 23:26:52 +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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c9776a8..84cde16 100644 --- a/README.md +++ b/README.md @@ -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 ✓