From 7f73844ff8d8cca59b50c78851c176b394982b54 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 13 Apr 2021 20:51:40 -0400 Subject: [PATCH] v1.6.3 to fix dnsServer not closed ### Releases v1.6.3 1. Fix dnsServer not closed to free up DNS port 53. Check [**Allow captive portal to run more than once by closing dnsServer cleanly.** #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) 2. Add `dnsServer can't start` error message. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc95411b..fc582864 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs ### Releases v1.6.3 -1. Fix dnsServer not closed to free up DNS port 53. Check [**Allow captive portal to run more than once by closing dnsServer cleanly. #49** #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) +1. Fix dnsServer not closed to free up DNS port 53. Check [**Allow captive portal to run more than once by closing dnsServer cleanly.** #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) 2. Add `dnsServer can't start` error message. ### Releases v1.6.2 @@ -3903,9 +3903,10 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES ### Releases v1.6.3 -1. Fix dnsServer not closed to free up DNS port 53. Check [**Allow captive portal to run more than once by closing dnsServer cleanly. #49** #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) +1. Fix dnsServer not closed to free up DNS port 53. Check [**Allow captive portal to run more than once by closing dnsServer cleanly.** #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) 2. Add `dnsServer can't start` error message. + ### Releases v1.6.2 1. Fix example misleading messages. Check [**Minor: examples/Async_ESP32_FSWebServer/ wrongly uses FileFS.begin(true)** #47](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/47)