[PR #1346] [MERGED] Move WiFiManagerParameter to use a smart pointer and add copy/move constructors #1742

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1346
Author: @axlan
Created: 1/24/2022
Status: Merged
Merged: 1/24/2022
Merged by: @tablatronix

Base: parameter-smart-ptrHead: parameter-smart-ptr


📝 Commits (1)

  • 4979ba1 Move WiFiManagerParameter to use a smart pointer and add copy/move constructors.

📊 Changes

2 files changed (+25 additions, -31 deletions)

View changed files

📝 WiFiManager.cpp (+14 -21)
📝 WiFiManager.h (+11 -10)

📄 Description

This is to address https://github.com/tzapu/WiFiManager/issues/1341 and https://github.com/tzapu/WiFiManager/issues/1050

These changes should have no affect on the functionality except to slightly simplify the class, and add the additional copy/move functions.

Feel free to use this as a starting point if there are stylistic inconsistencies.


🔄 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/1346 **Author:** [@axlan](https://github.com/axlan) **Created:** 1/24/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `parameter-smart-ptr` ← **Head:** `parameter-smart-ptr` --- ### 📝 Commits (1) - [`4979ba1`](https://github.com/tzapu/WiFiManager/commit/4979ba1f2991f8bcf2ede33ab329462ad1e3febe) Move WiFiManagerParameter to use a smart pointer and add copy/move constructors. ### 📊 Changes **2 files changed** (+25 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+14 -21) 📝 `WiFiManager.h` (+11 -10) </details> ### 📄 Description This is to address https://github.com/tzapu/WiFiManager/issues/1341 and https://github.com/tzapu/WiFiManager/issues/1050 These changes should have no affect on the functionality except to slightly simplify the class, and add the additional copy/move functions. Feel free to use this as a starting point if there are stylistic inconsistencies. --- <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: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#1742
No description provided.