mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1357] [CLOSED] Merge changes from master into feature_asyncwebserver #1743
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#1743
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/1357
Author: @thorrak
Created: 2/13/2022
Status: ❌ Closed
Base:
feature_asyncwebserver← Head:feature_asyncwebserver📝 Commits (10+)
8935680trivial: WiFiManagerParameter get accessors should work on const instances08fbe31Merge branch 'development' into constWiFiManagerParameter1fc2731Remove branch references245d24bfix comments for callbacks73b4653clean up redundant debug blocks87ec3c8adding WifiManager::isConfigPortalActive() abd WifiManager::isWebPortalActive()9eac697Merge pull request #1199 from cpainchaud/master6119a9erefactor #1199e933a20Fixes #1203f9b86f6Changed ssid psk gets to peristent📊 Changes
23 files changed (+1187 additions, -517 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE.md(+3 -2)➕
.github/workflows/compile_examples.yaml(+118 -0)➕
.github/workflows/compile_library.yml(+53 -0)➕
.github/workflows/cpp_lint.yml(+30 -0)📝
.travis.yml(+1 -12)📝
README.md(+16 -8)📝
WiFiManager.cpp(+509 -232)📝
WiFiManager.h(+109 -27)📝
examples/Advanced/Advanced.ino(+7 -0)➖
examples/AutoConnect/AutoConnectWithFeedbackLED/AutoConnectWithFeedbackLED.ino(+0 -71)📝
examples/Basic/Basic.ino(+5 -5)📝
examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino(+4 -1)📝
examples/NonBlocking/OnDemandNonBlocking/onDemandNonBlocking.ino(+1 -1)📝
examples/OnDemand/OnDemandConfigPortal/OnDemandConfigPortal.ino(+1 -1)📝
examples/OnDemand/OnDemandWebPortal/onDemandWebPortal.ino(+1 -1)📝
examples/Parameters/SPIFFS/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino(+69 -75)📝
examples/Parameters/SPIFFS/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino(+73 -51)📝
examples/ParamsChildClass/ParamsChildClass.ino(+2 -0)📝
examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino(+43 -8)📝
examples/Unique/cb/AnonymousCB.ino(+0 -0)...and 3 more files
📄 Description
This PR brings the changes to date from master into the feature_asyncwebserver branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.