[PR #741] [MERGED] WiFiManagerParameter init() to protected from private #1674

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/741
Author: @dontsovcmc
Created: 9/23/2018
Status: Merged
Merged: 9/26/2018
Merged by: @tablatronix

Base: developmentHead: waterius_development


📝 Commits (2)

  • aad1a8d WiFiManagerParameter init() to protected
  • dbf91a4 example: custom paramaters with load/save settings

📊 Changes

2 files changed (+143 additions, -3 deletions)

View changed files

📝 WiFiManager.h (+5 -3)
examples/CustomParamsWithConfig/CustomParamsWithConfig.ino (+138 -0)

📄 Description

Little feature to make possible children classes for easy custom parameters.
Example: https://github.com/dontsovcmc/waterius/blob/master/ESP8266/src/setup_ap.h


🔄 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/741 **Author:** [@dontsovcmc](https://github.com/dontsovcmc) **Created:** 9/23/2018 **Status:** ✅ Merged **Merged:** 9/26/2018 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `development` ← **Head:** `waterius_development` --- ### 📝 Commits (2) - [`aad1a8d`](https://github.com/tzapu/WiFiManager/commit/aad1a8d9d2492d1e5e80596b17bc206d66b70a64) WiFiManagerParameter init() to protected - [`dbf91a4`](https://github.com/tzapu/WiFiManager/commit/dbf91a4e8cbe82b1cc42c94ad85436930cf5b052) example: custom paramaters with load/save settings ### 📊 Changes **2 files changed** (+143 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.h` (+5 -3) ➕ `examples/CustomParamsWithConfig/CustomParamsWithConfig.ino` (+138 -0) </details> ### 📄 Description Little feature to make possible children classes for easy custom parameters. Example: https://github.com/dontsovcmc/waterius/blob/master/ESP8266/src/setup_ap.h --- <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:36 +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#1674
No description provided.