mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 17:45:49 +03:00
[PR #1336] [CLOSED] Added extended parameter types for radio buttons, dropdown lists, checkboxes and passwords. #1738
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1738
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/1336
Author: @richarddeweerd
Created: 1/12/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
331097cadded extended parameters81fc03dMerge 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.