Alan Steremberg 8 жил өмнө
parent
commit
69e4b9b16f

+ 3 - 0
ESPAsyncWiFiManager.cpp

@@ -504,6 +504,9 @@ void AsyncWiFiManager::setBreakAfterConfig(boolean shouldBreak) {
 
 /** Handle root or redirect to captive portal */
 void AsyncWiFiManager::handleRoot(AsyncWebServerRequest *request) {
+  // AJS - maybe we should set a scan when we get to the root???
+  // and only scan on demand? timer + on demand? plus a link to make it happen?
+
   DEBUG_WM(F("Handle root"));
   if (captivePortal(request)) { // If caprive portal redirect instead of displaying the page.
     return;

+ 3 - 2
README.md

@@ -1,5 +1,5 @@
-# WiFiManager
-ESP8266 WiFi Connection manager with fallback web configuration portal
+# AsyncWiFiManager
+ESP8266 Async WiFi Connection manager with fallback web configuration portal
 
 [![Build Status](https://travis-ci.org/tzapu/WiFiManager.svg?branch=master)](https://travis-ci.org/tzapu/WiFiManager)
 
@@ -336,6 +336,7 @@ works with the staging release ver. 1.6.5-1044-g170995a, built on Aug 10, 2015 o
 The support and help I got from the community has been nothing short of phenomenal. I can't thank you guys enough. This is my first real attept in developing open source stuff and I must say, now I understand why people are so dedicated to it, it is because of all the wonderful people involved.
 
 __THANK YOU__
+[tzapu](https://github.com/tzapu/)
 
 [Shawn A](https://github.com/tablatronix)
 

+ 2 - 2
keywords.txt

@@ -6,8 +6,8 @@
 # Datatypes (KEYWORD1)
 #######################################
 
-WiFiManager	KEYWORD1
-WiFiManagerParameter KEYWORD1
+AsyncWiFiManager	KEYWORD1
+AsyncWiFiManagerParameter KEYWORD1
 
 
 #######################################

+ 2 - 2
library.json

@@ -1,11 +1,11 @@
 {
   "name": "ESPAsyncWifiManager",
   "keywords": "wifi, wi-fi",
-  "description": "ESP8266 WiFi Connection manager with fallback web configuration portal",
+  "description": "ESP8266 Async WiFi Connection manager with fallback web configuration portal",
   "repository":
   {
     "type": "git",
-    "url": "https://github.com/tzapu/WiFiManager.git"
+    "url": "https://github.com/alanswx/ESPAsyncWiFiManager.git"
   },
   "frameworks": "arduino",
   "platforms": "espressif",

+ 5 - 5
library.properties

@@ -1,9 +1,9 @@
-name=ESPAsyncWiFiManager
+name=ESP Async WiFi Manager
 version=0.12
-author=tzapu
-maintainer=tzapu
-sentence=ESP8266 WiFi Connection manager with fallback web configuration portal
+author=alanswx
+maintainer=alanswx
+sentence=ESP8266 Async WiFi Connection manager with fallback web configuration portal
 paragraph=Library for configuring ESP8266 modules WiFi credentials at runtime.
 category=Communication
-url=https://github.com/tzapu/WiFiManager.git
+url=https://github.com/alanswx/ESPAsyncWiFiManager.git
 architectures=esp8266