mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1337] [CLOSED] Added extended parameter types for radio buttons, dropdown lists, checkboxes and passwords. #1739
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#1739
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/1337
Author: @richarddeweerd
Created: 1/13/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
331097cadded extended parameters81fc03dMerge branch 'selectParameters'd1c04cfFirst fix477e14aFirst fix3a6767dMerge remote-tracking branch 'origin/format_fix' into format_fix4369e6aupdated wifimanager.cpp5047dc9updated wifimanager.cpp _29ef1219reformatted wifimanager.h73a1b1creformatted strings file6c06975some more reformatting📊 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.