mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[PR #1607] New function to request the status of the Access Point with a limit uptime setting #1786
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#1786
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/1607
Author: @Thommes17
Created: 5/16/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
d542007Variable _WifiAP_active dazu (Aufruf webinterface)b60e19bSet _WifiAP_active = true in startAP()📊 Changes
2 files changed (+18 additions, -0 deletions)
View changed files
📝
WiFiManager.cpp(+14 -0)📝
WiFiManager.h(+4 -0)📄 Description
Changes:
Background:
Limits the uptime of the AP for battery powered devices in case the Wifi is temporarily not accessible. In the code, the status of the AP can be requested and the device sen to sleep in case the maximum uptime has been exceeded instead of keeping the AP active.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.