mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #318] [CLOSED] Add "Exit" button option to main webpage #1603
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#1603
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/318
Author: @Rom3oDelta7
Created: 2/18/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
68aa022Add a new button to the configuration portal to exit the configuration dialog without making any changes. This is useful if you do not want to or cannot connect to a local WiFi network; the calling application can then default to Ap mode instead.1cc1deeSet break flag when handling the exit page instead of having the user set it in advance.6b065e6Document the new "Exit" button on the main config webpage.📊 Changes
3 files changed (+30 additions, -1 deletions)
View changed files
📝
README.md(+7 -0)📝
WiFiManager.cpp(+21 -0)📝
WiFiManager.h(+2 -1)📄 Description
Add a new "Exit" button to the main webpage to allow the user to exit without saving WiFi credentials. One reason for this would be for the application to put the ESP in AP mode if WiFi credentials are not provided; this allows an application providing HTTP services to work either standalone or on a local WiFi network.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.