From 03c5ef2553998bd7bb9b3986d2bc5c74dcc1b098 Mon Sep 17 00:00:00 2001 From: Tayfun ULU Date: Mon, 18 Dec 2017 10:52:03 +0300 Subject: [PATCH] wifi.dat file wifi.dat --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 011ddd5..0d3f40d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested : 1.8 and 1.9.2 (updated) Main Features: - Web based connection manager -- Save wifi password in passwd.dat (csv format) +- Save wifi password in "wifi.dat" (csv format) - Easy to apply Usage: @@ -17,7 +17,7 @@ Upload main.py and networkconfig.py to ESP. Write your code into main.py or import it from main.py. Logic: -1. step: Check passwd.dat file and try saved networks/passwords. +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. 4. step: Run user code.