From 2551c868db56754436765d3d9ac02af9501fa837 Mon Sep 17 00:00:00 2001 From: Tayfun ULU Date: Mon, 1 Jan 2018 09:39:57 +0300 Subject: [PATCH] Update README.md micropython 1.9.3 tested, and esp32 tested. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c044780..289e1a2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # WiFi Manager Lang : Micropython -Tested : 1.8 and 1.9.2 (updated) +Tested : 1.8 and 1.9.3 -Description : WiFi manager for ESP8266 - ESP12 for micropython +Description : WiFi manager for ESP8266 - ESP12 - ESP32 for micropython Main Features: @@ -24,4 +24,4 @@ Write your code into main.py or import it from main.py. ![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png) -**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples +**web server based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples