[PR #47] [CLOSED] Added additional custom parameters to be configured by the user #1563

Closed
opened 2026-02-28 01:30:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/47
Author: @rpseng
Created: 1/6/2016
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • c1d8249 Added support for additional parameters
  • f29d630 Added support for additional parameters
  • 2bd9e7d missing load parameters

📊 Changes

3 files changed (+219 additions, -3 deletions)

View changed files

📝 WiFiManager.cpp (+123 -1)
📝 WiFiManager.h (+31 -2)
examples/AutoConnectParametersWithTimeout/AutoConnectParametersWithTimeout.ino (+65 -0)

📄 Description

I saw some comments on the plans to add custom parameters.

Here I'm contributing a working implementation, it uses the EEPROM.

Keep the nice work on this library!

Just my 2 cents.


🔄 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/47 **Author:** [@rpseng](https://github.com/rpseng) **Created:** 1/6/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c1d8249`](https://github.com/tzapu/WiFiManager/commit/c1d8249b10aaff1c2546a0e1f345f14e361ed91b) Added support for additional parameters - [`f29d630`](https://github.com/tzapu/WiFiManager/commit/f29d63018cb3818493756dd91c042cf7c3d6a155) Added support for additional parameters - [`2bd9e7d`](https://github.com/tzapu/WiFiManager/commit/2bd9e7dd99dea7f6e1ff824a39dbf5b063f0342a) missing load parameters ### 📊 Changes **3 files changed** (+219 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+123 -1) 📝 `WiFiManager.h` (+31 -2) ➕ `examples/AutoConnectParametersWithTimeout/AutoConnectParametersWithTimeout.ino` (+65 -0) </details> ### 📄 Description I saw some comments on the plans to add custom parameters. Here I'm contributing a working implementation, it uses the EEPROM. Keep the nice work on this library! Just my 2 cents. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:30:41 +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#1563
No description provided.