Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.6.3 to fix dnsServer not closed
Browse files Browse the repository at this point in the history
### 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)
2. Add `dnsServer can't start` error message.
  • Loading branch information
khoih-prog authored Apr 14, 2021
1 parent af2eb6d commit 7f73844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7f73844

Please sign in to comment.