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

Commit 7f73844

Browse files
authored
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](#49) 2. Add `dnsServer can't start` error message.
1 parent af2eb6d commit 7f73844

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
207207

208208
### Releases v1.6.3
209209

210-
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)
210+
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)
211211
2. Add `dnsServer can't start` error message.
212212

213213
### Releases v1.6.2
@@ -3903,9 +3903,10 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
39033903

39043904
### Releases v1.6.3
39053905

3906-
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)
3906+
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)
39073907
2. Add `dnsServer can't start` error message.
39083908

3909+
39093910
### Releases v1.6.2
39103911

39113912
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)

0 commit comments

Comments
 (0)