mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 09:35:49 +03:00
[PR #1651] [CLOSED] Feature_asyncwebserver #1796
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/1651
Author: @mostorer
Created: 9/1/2023
Status: ❌ Closed
Base:
master← Head:feature_asyncwebserver📝 Commits (10+)
8e4219dConverting to async webserverbb063c9all http callbacks ok, not compiling yetfd0f286compile issues with async now ughff52630Compiling, working, testing begin565f968fix captiveportal2de8c15Update for esp3248240e2restore boolean handler flags6510c52fixing ota38f4b71removed shim test, untested async ota6ddcde8Merge branch 'feature_asyncwebserver' of https://github.com/tzapu/WiFiManager into feature_asyncwebserver📊 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.