[PR #718] [MERGED] Implements #717: Added getParameters and getParametersCount methods. #1668

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/718
Author: @fllaca
Created: 9/2/2018
Status: Merged
Merged: 10/3/2018
Merged by: @tablatronix

Base: developmentHead: get_parameters_method


📝 Commits (4)

  • b4cc27c Added getParameters and getParametersCount methods.
  • 448e079 Use a especific version of ArduinoJson
  • 12fc651 Missing semicolon
  • 1c191c1 Rename "Old Examples" folder to "Old_Examples", to avoid errors when iterating examples folder.

📊 Changes

8 files changed (+22 additions, -2 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 WiFiManager.cpp (+16 -0)
📝 WiFiManager.h (+4 -0)
📝 examples/Old_examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino (+0 -0)
📝 examples/Old_examples/AutoConnectWithReset/AutoConnectWithReset.ino (+0 -0)
📝 examples/Old_examples/AutoConnectWithStaticIP/AutoConnectWithStaticIP.ino (+0 -0)
📝 examples/Old_examples/AutoConnectWithTimeout/AutoConnectWithTimeout.ino (+0 -0)
📝 examples/OnDemand/OnDemandWebPortal/onDemandWebPortal.ino (+1 -1)

📄 Description

This is my very first PR on this project, I'm not sure the proper flow to propose changes. Please let me know if I have to open an issue first or whatever. Thanks!

Implementation of a solution for #717: allow to iterate on WiFiManager parameters


🔄 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/718 **Author:** [@fllaca](https://github.com/fllaca) **Created:** 9/2/2018 **Status:** ✅ Merged **Merged:** 10/3/2018 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `development` ← **Head:** `get_parameters_method` --- ### 📝 Commits (4) - [`b4cc27c`](https://github.com/tzapu/WiFiManager/commit/b4cc27cb56e6908f3a9cc28f4b8f3f04252e56dc) Added getParameters and getParametersCount methods. - [`448e079`](https://github.com/tzapu/WiFiManager/commit/448e079bc8584ce735504e1aa3538806f44b258b) Use a especific version of ArduinoJson - [`12fc651`](https://github.com/tzapu/WiFiManager/commit/12fc6516d2729a3ce1afb5b08d671066d15f3c89) Missing semicolon - [`1c191c1`](https://github.com/tzapu/WiFiManager/commit/1c191c1d14674397bc7f89e8f85303fe459bb89d) Rename "Old Examples" folder to "Old_Examples", to avoid errors when iterating examples folder. ### 📊 Changes **8 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `WiFiManager.cpp` (+16 -0) 📝 `WiFiManager.h` (+4 -0) 📝 `examples/Old_examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino` (+0 -0) 📝 `examples/Old_examples/AutoConnectWithReset/AutoConnectWithReset.ino` (+0 -0) 📝 `examples/Old_examples/AutoConnectWithStaticIP/AutoConnectWithStaticIP.ino` (+0 -0) 📝 `examples/Old_examples/AutoConnectWithTimeout/AutoConnectWithTimeout.ino` (+0 -0) 📝 `examples/OnDemand/OnDemandWebPortal/onDemandWebPortal.ino` (+1 -1) </details> ### 📄 Description This is my very first PR on this project, I'm not sure the proper flow to propose changes. Please let me know if I have to open an issue first or whatever. Thanks! Implementation of a solution for #717: allow to iterate on WiFiManager parameters --- <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:35 +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#1668
No description provided.