[PR #51] [MERGED] Dev #1566

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

Base: masterHead: dev


📝 Commits (7)

  • c1d8249 Added support for additional parameters
  • f29d630 Added support for additional parameters
  • 2bd9e7d missing load parameters
  • be2a973 Merge pull request #48 from rpseng/master
  • e0548dc modified custom parameters feature so user can provide their own storage mechanism
  • ab5902e added html template to repo
  • 83177e9 a bit of cleanup

📊 Changes

4 files changed (+329 additions, -54 deletions)

View changed files

📝 WiFiManager.cpp (+132 -51)
📝 WiFiManager.h (+36 -3)
examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino (+144 -0)
extras/WiFiManager.template.html (+17 -0)

📄 Description

added @rpseng s changes regarding custom parameters
a little bit of cleanup, more to come
added an example on how to store custom parameters in a json.config file on FS


🔄 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/51 **Author:** [@tzapu](https://github.com/tzapu) **Created:** 1/8/2016 **Status:** ✅ Merged **Merged:** 1/8/2016 **Merged by:** [@tzapu](https://github.com/tzapu) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`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 - [`be2a973`](https://github.com/tzapu/WiFiManager/commit/be2a9737ae5728db98e06a05e550409a6ac9d4da) Merge pull request #48 from rpseng/master - [`e0548dc`](https://github.com/tzapu/WiFiManager/commit/e0548dc4b4a08fbe71dcd13c316bf5c4bdcc2443) modified custom parameters feature so user can provide their own storage mechanism - [`ab5902e`](https://github.com/tzapu/WiFiManager/commit/ab5902e27342d4718f337e9c2b2b8ac241417680) added html template to repo - [`83177e9`](https://github.com/tzapu/WiFiManager/commit/83177e9c55aec7a9e27d344019cd25bff74b6db4) a bit of cleanup ### 📊 Changes **4 files changed** (+329 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+132 -51) 📝 `WiFiManager.h` (+36 -3) ➕ `examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino` (+144 -0) ➕ `extras/WiFiManager.template.html` (+17 -0) </details> ### 📄 Description added @rpseng s changes regarding custom parameters a little bit of cleanup, more to come added an example on how to store custom parameters in a json.config file on FS --- <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#1566
No description provided.