[PR #318] [CLOSED] Add "Exit" button option to main webpage #1603

Closed
opened 2026-02-28 01:30:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/318
Author: @Rom3oDelta7
Created: 2/18/2017
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 68aa022 Add 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.
  • 1cc1dee Set break flag when handling the exit page instead of having the user set it in advance.
  • 6b065e6 Document 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/318 **Author:** [@Rom3oDelta7](https://github.com/Rom3oDelta7) **Created:** 2/18/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`68aa022`](https://github.com/tzapu/WiFiManager/commit/68aa022023c0fd301385ec66b30920cd65452dfa) Add 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. - [`1cc1dee`](https://github.com/tzapu/WiFiManager/commit/1cc1deeb355909fe51cb8d137612a35bd7c692a5) Set break flag when handling the exit page instead of having the user set it in advance. - [`6b065e6`](https://github.com/tzapu/WiFiManager/commit/6b065e6846d5d33295673e3d1a316859bde50d53) Document the new "Exit" button on the main config webpage. ### 📊 Changes **3 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `WiFiManager.cpp` (+21 -0) 📝 `WiFiManager.h` (+2 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:30:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1603
No description provided.