mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1475] [CLOSED] Bring feature_asyncwebserver up to date with master #1765
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#1765
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/1475
Author: @thorrak
Created: 8/10/2022
Status: ❌ Closed
Base:
feature_asyncwebserver← Head:feature_asyncwebserver📝 Commits (10+)
c987ee9abstract httpsende9d0012abstract httpserver setup8ecf057remove old content length headersd8c81ecmacro testfd7f400Revert "Both infoids and _ap_password are intialized by check time. (#1344)"0aecb22Fix old sdk esp8266 error w softapsside6d21b8use macro for webserver routes fstring helper713fcfcdisable country in example8f2c7aeremove testacdad80add callback debuggin📊 Changes
17 files changed (+822 additions, -331 deletions)
View changed files
📝
.github/workflows/compile_examples.yaml(+53 -53)📝
.github/workflows/compile_library.yml(+2 -2)📝
.gitignore(+1 -0)📝
README.md(+13 -13)📝
WiFiManager.cpp(+326 -159)📝
WiFiManager.h(+147 -57)📝
examples/Basic/Basic.ino(+2 -2)📝
examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino(+0 -3)➕
examples/Parameters/LittleFS/LittleFSParameters.ino(+79 -0)📝
examples/Parameters/SPIFFS/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino(+3 -3)📝
examples/Parameters/SPIFFS/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino(+3 -3)📝
examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino(+70 -16)➕
examples/Tests/wifi_softap/wifi_softap.ino(+51 -0)📝
extras/WiFiManager.template.html(+33 -5)📝
library.json(+10 -2)📝
library.properties(+1 -1)📝
strings_en.h(+28 -12)📄 Description
This PR brings feature_asyncwebserver up to date with master, and also gets the branch to a point where most of the tests compile.
Although there is a lot of work left to get this branch to the point where it could be incorporated back into master (setting async features behind feature flags, for example) this will hopefully make that process slightly easier.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.