[PR #596] [CLOSED] Wifi Wait Callback #1651

Closed
opened 2026-02-28 02:12:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/596
Author: @elliottkember
Created: 4/20/2018
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • ee76931 Wifi Wait Callback
  • 24d2a68 Added to header
  • 784138c Syntax
  • 19e90bd Syntax fixes
  • dc6f5b8 Moved WifiWaitManager to before DNS server stuff
  • 2e58fea WifiWait callback is a boolean. When it returns true, exit out of AP setup mode.

📊 Changes

2 files changed (+12 additions, -2 deletions)

View changed files

📝 WiFiManager.cpp (+8 -1)
📝 WiFiManager.h (+4 -1)

📄 Description

When WifiManger is running the config portal, we currently don't have any control and can't make anything happen. We'd like to do some fun things to indicate current status, as well as escape the Wifi configuration step if we need to run offline. This change introduces a wifiWaitCallback that gets called every WiFi config portal loop.


🔄 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/596 **Author:** [@elliottkember](https://github.com/elliottkember) **Created:** 4/20/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`ee76931`](https://github.com/tzapu/WiFiManager/commit/ee76931056ce64e0eee946bf6e58a89afd062c3c) Wifi Wait Callback - [`24d2a68`](https://github.com/tzapu/WiFiManager/commit/24d2a68fc4fd55239c571ce06690bf998137ae47) Added to header - [`784138c`](https://github.com/tzapu/WiFiManager/commit/784138c8ae1fea566c174349113a12b6b7b230d2) Syntax - [`19e90bd`](https://github.com/tzapu/WiFiManager/commit/19e90bd136695adddb7087118fe1492c37aa6928) Syntax fixes - [`dc6f5b8`](https://github.com/tzapu/WiFiManager/commit/dc6f5b852f2502161b73279ac5249dd7463d188c) Moved WifiWaitManager to before DNS server stuff - [`2e58fea`](https://github.com/tzapu/WiFiManager/commit/2e58feadc502d84ad630e313d5616e723feea8c2) WifiWait callback is a boolean. When it returns true, exit out of AP setup mode. ### 📊 Changes **2 files changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+8 -1) 📝 `WiFiManager.h` (+4 -1) </details> ### 📄 Description When WifiManger is running the config portal, we currently don't have any control and can't make anything happen. We'd like to do some fun things to indicate current status, as well as escape the Wifi configuration step if we need to run offline. This change introduces a `wifiWaitCallback` that gets called every WiFi config portal loop. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:31 +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#1651
No description provided.