kopia lustrzana https://github.com/tayfunulu/WiFiManager
Update README.md
rodzic
3f1ebea1e2
commit
aa9b97139e
16
README.md
16
README.md
|
@ -3,15 +3,23 @@
|
||||||
Lang : Micropython
|
Lang : Micropython
|
||||||
Tested : 1.8
|
Tested : 1.8
|
||||||
|
|
||||||
*Description : WiFi manager for ESP8266 - ESP12 for micropython
|
<b>Description</b> : WiFi manager for ESP8266 - ESP12 for micropython
|
||||||
|
|
||||||
Main Features:
|
<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
|
||||||
|
|
||||||
Usage :
|
<b>Usage : </b>
|
||||||
|
|
||||||
Upload main.py and networkconfig.py on esp
|
Upload main.py and networkconfig.py on esp
|
||||||
Write your code on main.py or import from main.py
|
Write your code on main.py or import from main.py
|
||||||
|
|
||||||
|
<b>Logic: </b>
|
||||||
|
1. step : Check passwd.dat file and try saved passwords
|
||||||
|
2. step : To publish web page to config new wifi
|
||||||
|
3. step : Saving password on passwd.dat file.
|
||||||
|
4. step : Run user code
|
||||||
|
|
||||||
|
**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples
|
||||||
|
|
Ładowanie…
Reference in New Issue