You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.7.8 to permit using HTTP port different from 80
### Releases v1.7.8
1. To permit using HTTP port different from 80. Check [WiFiManager works only on port 80 #75](khoih-prog/ESPAsync_WiFiManager#75)
2. Fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`
#### 8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
@@ -4321,7 +4328,7 @@ Local Date/Time: Thu May 6 21:29:18 2021
4321
4328
4322
4329
```
4323
4330
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S2_DEV
4324
-
ESP_WiFiManager v1.7.7
4331
+
ESP_WiFiManager v1.7.8
4325
4332
ESP_DoubleResetDetector v1.2.1
4326
4333
[WM] RFC925 Hostname = ConfigOnDoubleReset
4327
4334
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -4374,7 +4381,7 @@ This is terminal debug output when running [ESP32_FSWebServer_DRD](examples/ESP3
4374
4381
4375
4382
```
4376
4383
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32C3_DEV
4377
-
ESP_WiFiManager v1.7.7
4384
+
ESP_WiFiManager v1.7.8
4378
4385
ESP_DoubleResetDetector v1.2.1
4379
4386
FS File: wm_cp.dat, size: 4B
4380
4387
FS File: wm_cp.bak, size: 4B
@@ -4496,7 +4503,7 @@ Submit issues to: [ESP_WiFiManager issues](https://github.com/khoih-prog/ESP_WiF
4496
4503
14. Thanks to [Stephen Lavelle](https://github.com/increpare) and [Ben Peart](https://github.com/benpeart) for requesting enhancement in [_timezoneName never getting set? #51](https://github.com/khoih-prog/ESP_WiFiManager/issues/51) and [How to retrieve timezone? #51](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/51) leading to new v1.7.0
4497
4504
15. Thanks to [energise](https://github.com/energise) to report the issue in [Invalid Json generated #60](https://github.com/khoih-prog/ESP_WiFiManager/issues/60) leading to new v1.7.1
4498
4505
16. Thanks to [eth0up](https://github.com/eth0up) to make the PR [Add support for Wifi hidden SSID scanning. #66](https://github.com/khoih-prog/ESP_WiFiManager/pull/66) leading to v1.7.4
4499
-
4506
+
17. Thanks to [Dean Ott](https://github.com/deanjott) for reporting [WiFiManager works only on port 80 #75](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/75) and providing the solution leading to v1.7.8
4500
4507
4501
4508
<table>
4502
4509
<tr>
@@ -4525,6 +4532,7 @@ Submit issues to: [ESP_WiFiManager issues](https://github.com/khoih-prog/ESP_WiF
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
## Table of Contents
14
14
15
15
*[Changelog](#changelog)
16
+
*[Releases v1.7.8](#releases-v178)
16
17
*[Releases v1.7.7](#releases-v177)
17
18
*[Releases v1.7.6](#releases-v176)
18
19
*[Releases v1.7.5](#releases-v175)
@@ -48,6 +49,12 @@
48
49
49
50
## Changelog
50
51
52
+
### Releases v1.7.8
53
+
54
+
1. To permit using HTTP port different from 80. Check [WiFiManager works only on port 80 #75](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/75)
55
+
2. Fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`
0 commit comments