[PR #1337] [CLOSED] Added extended parameter types for radio buttons, dropdown lists, checkboxes and passwords. #1739

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1337
Author: @richarddeweerd
Created: 1/13/2022
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

4 files changed (+824 additions, -145 deletions)

View changed files

📝 WiFiManager.cpp (+549 -123)
📝 WiFiManager.h (+120 -19)
examples/ParametersExtended/ParametersExtended.ino (+137 -0)
📝 strings_en.h (+18 -3)

📄 Description

Added extended parameter types for radio buttons, dropdown lists, checkboxes and passwords.
Also added a special type for spacers.

See file for examples of all new types examples/ParametersExtended/ParametersExtended.ino


🔄 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/1337 **Author:** [@richarddeweerd](https://github.com/richarddeweerd) **Created:** 1/13/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`331097c`](https://github.com/tzapu/WiFiManager/commit/331097cc6f3669b19b478575e9b26f8ebab06d13) added extended parameters - [`81fc03d`](https://github.com/tzapu/WiFiManager/commit/81fc03d85938b1b44143e1d97e1cb19212ef6119) Merge branch 'selectParameters' - [`d1c04cf`](https://github.com/tzapu/WiFiManager/commit/d1c04cfa708984bfb5677bfff78b9b46979238fa) First fix - [`477e14a`](https://github.com/tzapu/WiFiManager/commit/477e14af21c76436661de09af48013f924482acf) First fix - [`3a6767d`](https://github.com/tzapu/WiFiManager/commit/3a6767dfccc3c7db6d4191465229a964432dd96c) Merge remote-tracking branch 'origin/format_fix' into format_fix - [`4369e6a`](https://github.com/tzapu/WiFiManager/commit/4369e6a5a2bba4cc3d96a336b57ab2a971774b2c) updated wifimanager.cpp - [`5047dc9`](https://github.com/tzapu/WiFiManager/commit/5047dc926fefe5bfaacc2160ed7f25bff4cb7293) updated wifimanager.cpp _2 - [`9ef1219`](https://github.com/tzapu/WiFiManager/commit/9ef12198169192e86b109e46aee9140d8c5dd9e5) reformatted wifimanager.h - [`73a1b1c`](https://github.com/tzapu/WiFiManager/commit/73a1b1c8c6ca7d66996765d2a327db7fc7ebcf0c) reformatted strings file - [`6c06975`](https://github.com/tzapu/WiFiManager/commit/6c06975f132609e1982835ebb04b0b31d177f0d1) some more reformatting ### 📊 Changes **4 files changed** (+824 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+549 -123) 📝 `WiFiManager.h` (+120 -19) ➕ `examples/ParametersExtended/ParametersExtended.ino` (+137 -0) 📝 `strings_en.h` (+18 -3) </details> ### 📄 Description Added extended parameter types for radio buttons, dropdown lists, checkboxes and passwords. Also added a special type for spacers. See file for examples of all new types examples/ParametersExtended/ParametersExtended.ino --- <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:50 +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#1739
No description provided.