[PR #1369] Add softAP client connect/disconnect callbacks #1746

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1369
Author: @davidmartinek-dev
Created: 3/6/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • c3ada31 Added softAP client connect/disconnect callbacks

📊 Changes

3 files changed (+45 additions, -0 deletions)

View changed files

📝 WiFiManager.cpp (+34 -0)
📝 WiFiManager.h (+9 -0)
📝 keywords.txt (+2 -0)

📄 Description

Add softAP client connect/disconnect callbacks. Can be useful when you want to do something when a client connects/disconnects to/from a softAP. For example, change led color, display a message on display, etc...


🔄 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/1369 **Author:** [@davidmartinek-dev](https://github.com/davidmartinek-dev) **Created:** 3/6/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c3ada31`](https://github.com/tzapu/WiFiManager/commit/c3ada31d3bb40670756236787a02485935b2db0c) Added softAP client connect/disconnect callbacks ### 📊 Changes **3 files changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+34 -0) 📝 `WiFiManager.h` (+9 -0) 📝 `keywords.txt` (+2 -0) </details> ### 📄 Description Add softAP client connect/disconnect callbacks. Can be useful when you want to do something when a client connects/disconnects to/from a softAP. For example, change led color, display a message on display, etc... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1746
No description provided.