[PR #48] [MERGED] allow custom parameters #1564

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/48
Author: @tzapu
Created: 1/6/2016
Status: Merged
Merged: 1/6/2016
Merged by: @tzapu

Base: devHead: 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.

i hope you don't mind, i created a new pull request on a secondary branch so i can play with it a bit without disrupting the main branch.

absolutely love what you ve done, thank you


🔄 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/48 **Author:** [@tzapu](https://github.com/tzapu) **Created:** 1/6/2016 **Status:** ✅ Merged **Merged:** 1/6/2016 **Merged by:** [@tzapu](https://github.com/tzapu) **Base:** `dev` ← **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. i hope you don't mind, i created a new pull request on a secondary branch so i can play with it a bit without disrupting the main branch. absolutely love what you ve done, thank you --- <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#1564
No description provided.