[PR #1651] [CLOSED] Feature_asyncwebserver #1796

Closed
opened 2026-02-28 02:13:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1651
Author: @mostorer
Created: 9/1/2023
Status: Closed

Base: masterHead: feature_asyncwebserver


📝 Commits (10+)

📊 Changes

7 files changed (+302 additions, -224 deletions)

View changed files

📝 .github/workflows/compile_examples.yaml (+4 -4)
📝 .travis.yml (+1 -1)
📝 WiFiManager.cpp (+226 -174)
📝 WiFiManager.h (+56 -30)
📝 examples/Parameters/SPIFFS/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino (+6 -6)
📝 examples/Parameters/SPIFFS/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino (+6 -6)
📝 examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino (+3 -3)

📄 Description

Changed the _asyncScan flag to true, to avoid Sync scan generating wdt_reset on ESP8266, and replaced the fixed cache duration time to _scancachetime (already defined).


🔄 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/1651 **Author:** [@mostorer](https://github.com/mostorer) **Created:** 9/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature_asyncwebserver` --- ### 📝 Commits (10+) - [`8e4219d`](https://github.com/tzapu/WiFiManager/commit/8e4219d74e54dc739e470617b8932434da5b13ae) Converting to async webserver - [`bb063c9`](https://github.com/tzapu/WiFiManager/commit/bb063c93b96e5f7a6b70caa92f7a519f84dab899) all http callbacks ok, not compiling yet - [`fd0f286`](https://github.com/tzapu/WiFiManager/commit/fd0f286496975860384f35908ecff8a23752a371) compile issues with async now ugh - [`ff52630`](https://github.com/tzapu/WiFiManager/commit/ff526305d980dfc32b9e15df4fa241cf7688e8f1) Compiling, working, testing begin - [`565f968`](https://github.com/tzapu/WiFiManager/commit/565f9683e6a429cb5bd7fd53e03a41fd1140181a) fix captiveportal - [`2de8c15`](https://github.com/tzapu/WiFiManager/commit/2de8c15bbd81a19053829f7250a552c4bf4fae0f) Update for esp32 - [`48240e2`](https://github.com/tzapu/WiFiManager/commit/48240e27c3eb4e28799b0e86585c7caf96f996d8) restore boolean handler flags - [`6510c52`](https://github.com/tzapu/WiFiManager/commit/6510c5286d9ed617b5c7d5d0850b9af93ef4e4c7) fixing ota - [`38f4b71`](https://github.com/tzapu/WiFiManager/commit/38f4b711473fee7dd27431b08687940fdbc87b7d) removed shim test, untested async ota - [`6ddcde8`](https://github.com/tzapu/WiFiManager/commit/6ddcde84932738d24840880c23976d9e7af44cb4) Merge branch 'feature_asyncwebserver' of https://github.com/tzapu/WiFiManager into feature_asyncwebserver ### 📊 Changes **7 files changed** (+302 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/compile_examples.yaml` (+4 -4) 📝 `.travis.yml` (+1 -1) 📝 `WiFiManager.cpp` (+226 -174) 📝 `WiFiManager.h` (+56 -30) 📝 `examples/Parameters/SPIFFS/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino` (+6 -6) 📝 `examples/Parameters/SPIFFS/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino` (+6 -6) 📝 `examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino` (+3 -3) </details> ### 📄 Description Changed the _asyncScan flag to true, to avoid Sync scan generating wdt_reset on ESP8266, and replaced the fixed cache duration time to _scancachetime (already defined). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:13:01 +03:00
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#1796
No description provided.