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

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/1336
Author: @richarddeweerd
Created: 1/12/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 331097c added extended parameters
  • 81fc03d Merge branch 'selectParameters'

📊 Changes

6 files changed (+3917 additions, -2692 deletions)

View changed files

📝 WiFiManager.cpp (+2351 -1975)
📝 WiFiManager.h (+398 -436)
WiFiManagerParameters.cpp (+576 -0)
WiFiManagerParameters.h (+166 -0)
examples/ParametersExtended/ParametersExtended.ino (+137 -0)
📝 strings_en.h (+289 -281)

📄 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/1336 **Author:** [@richarddeweerd](https://github.com/richarddeweerd) **Created:** 1/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`331097c`](https://github.com/tzapu/WiFiManager/commit/331097cc6f3669b19b478575e9b26f8ebab06d13) added extended parameters - [`81fc03d`](https://github.com/tzapu/WiFiManager/commit/81fc03d85938b1b44143e1d97e1cb19212ef6119) Merge branch 'selectParameters' ### 📊 Changes **6 files changed** (+3917 additions, -2692 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+2351 -1975) 📝 `WiFiManager.h` (+398 -436) ➕ `WiFiManagerParameters.cpp` (+576 -0) ➕ `WiFiManagerParameters.h` (+166 -0) ➕ `examples/ParametersExtended/ParametersExtended.ino` (+137 -0) 📝 `strings_en.h` (+289 -281) </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#1738
No description provided.