From 4258c5b8008391d81380c9ed7c725c9c9d47ca20 Mon Sep 17 00:00:00 2001 From: Tayfun ULU Date: Mon, 18 Dec 2017 10:53:20 +0300 Subject: [PATCH] file names update file names update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3f40d..c044780 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Tested : 1.8 and 1.9.2 (updated) Usage: -Upload main.py and networkconfig.py to ESP. +Upload main.py and wifimgr.py to ESP. Write your code into main.py or import it from main.py. Logic: 1. step: Check "wifi.dat" file and try saved networks/passwords. 2. step: Publish web page to configure new wifi. -3. step: Save network/password to passwd.dat file. +3. step: Save network/password to "wifi.dat" file. 4. step: Run user code. ![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png)