fix README spacing / grammar

pull/3/head
Thomas Waldmann 2017-12-11 14:47:33 +01:00
rodzic d1bae019af
commit b23e52ec53
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -5,22 +5,22 @@ Tested : 1.8 and 1.9.2 (updated)
<b>Description</b> : WiFi manager for ESP8266 - ESP12 for micropython <b>Description</b> : WiFi manager for ESP8266 - ESP12 for micropython
<b>Main Features:  </b> <b>Main Features:</b>
- Web based connection manager - Web based connection manager
- Save wifi password in passwd.dat (csv format) - Save wifi password in passwd.dat (csv format)
- Easy to apply - Easy to apply
<b>Usage : </b> <b>Usage:</b>
Upload main.py and networkconfig.py on esp Upload main.py and networkconfig.py to ESP.
Write your code on main.py or import from main.py Write your code into main.py or import it from main.py.
<b>Logic: </b> <b>Logic:</b>
1. step : Check passwd.dat file and try saved passwords 1. step: Check passwd.dat file and try saved networks/passwords.
2. step : To publish web page to config new wifi 2. step: Publish web page to configure new wifi.
3. step : Saving password on passwd.dat file. 3. step: Save network/password to passwd.dat file.
4. step : Run user code 4. step: Run user code.
![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png) ![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png)