[PR #1389] Update feature asyncwebserver and fix network scanning #1750

Open
opened 2026-02-28 02:12:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1389
Author: @ovidiupruteanu
Created: 4/11/2022
Status: 🔄 Open

Base: feature_asyncwebserverHead: feature_asyncwebserver


📝 Commits (10+)

  • c987ee9 abstract httpsend
  • e9d0012 abstract httpserver setup
  • 8ecf057 remove old content length headers
  • d8c81ec macro test
  • fd7f400 Revert "Both infoids and _ap_password are intialized by check time. (#1344)"
  • 0aecb22 Fix old sdk esp8266 error w softapssid
  • e6d21b8 use macro for webserver routes fstring helper
  • 713fcfc disable country in example
  • 8f2c7ae remove test
  • acdad80 add callback debuggin

📊 Changes

10 files changed (+333 additions, -224 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 WiFiManager.cpp (+192 -145)
📝 WiFiManager.h (+66 -53)
📝 examples/Basic/Basic.ino (+1 -1)
📝 examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino (+0 -3)
📝 examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino (+26 -12)
📝 extras/WiFiManager.template.html (+26 -2)
📝 library.json (+1 -1)
📝 library.properties (+1 -1)
📝 strings_en.h (+19 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1389 **Author:** [@ovidiupruteanu](https://github.com/ovidiupruteanu) **Created:** 4/11/2022 **Status:** 🔄 Open **Base:** `feature_asyncwebserver` ← **Head:** `feature_asyncwebserver` --- ### 📝 Commits (10+) - [`c987ee9`](https://github.com/tzapu/WiFiManager/commit/c987ee93c8b405958c9be540361e5ddb417eb038) abstract httpsend - [`e9d0012`](https://github.com/tzapu/WiFiManager/commit/e9d0012ccea08dc8045e433d40af18ce943ece64) abstract httpserver setup - [`8ecf057`](https://github.com/tzapu/WiFiManager/commit/8ecf0575a15160dde10bdc4e17a783ba53fb1b76) remove old content length headers - [`d8c81ec`](https://github.com/tzapu/WiFiManager/commit/d8c81ecca1c41ce0db9f5357405b00b16e2e4bb4) macro test - [`fd7f400`](https://github.com/tzapu/WiFiManager/commit/fd7f400b258b2c7028aea623ee2a197c1b09aa0a) Revert "Both infoids and _ap_password are intialized by check time. (#1344)" - [`0aecb22`](https://github.com/tzapu/WiFiManager/commit/0aecb22904563e1250a0d5d02d07b8332abceb7d) Fix old sdk esp8266 error w softapssid - [`e6d21b8`](https://github.com/tzapu/WiFiManager/commit/e6d21b84364524f474f05b1fddf97541bd174e7a) use macro for webserver routes fstring helper - [`713fcfc`](https://github.com/tzapu/WiFiManager/commit/713fcfc740bcbfe3a57e0055e42b27c6e11428b3) disable country in example - [`8f2c7ae`](https://github.com/tzapu/WiFiManager/commit/8f2c7ae8708f2553be2e7836f6b895b22d34d118) remove test - [`acdad80`](https://github.com/tzapu/WiFiManager/commit/acdad80a43a7f39ae41fca3e7ea3675bedc90631) add callback debuggin ### 📊 Changes **10 files changed** (+333 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `WiFiManager.cpp` (+192 -145) 📝 `WiFiManager.h` (+66 -53) 📝 `examples/Basic/Basic.ino` (+1 -1) 📝 `examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino` (+0 -3) 📝 `examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino` (+26 -12) 📝 `extras/WiFiManager.template.html` (+26 -2) 📝 `library.json` (+1 -1) 📝 `library.properties` (+1 -1) 📝 `strings_en.h` (+19 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1750
No description provided.