kopia lustrzana https://github.com/tayfunulu/WiFiManager
![]() fixes: - indentation: tabs -> 4 spaces - spaces around operators - other pep8 issues |
||
---|---|---|
LICENSE | ||
README.md | ||
WiFi_Manager.png | ||
main.py | ||
networkconfig.py |
README.md
WiFi Manager
Lang : Micropython Tested : 1.8 and 1.9.2 (updated)
Description : WiFi manager for ESP8266 - ESP12 for micropython
Main Features:
- Web based connection manager
- Save wifi password in passwd.dat (csv format)
- Easy to apply
Usage :
Upload main.py and networkconfig.py on esp Write your code on main.py or import from main.py
Logic:
- step : Check passwd.dat file and try saved passwords
- step : To publish web page to config new wifi
- step : Saving password on passwd.dat file.
- step : Run user code
**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples