mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[PR #108] [MERGED] Added an option to the WiFiManagerParameter so that a form parameter can be… #1577
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#1577
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/108
Author: @PabluskiNC
Created: 2/19/2016
Status: ✅ Merged
Merged: 3/4/2016
Merged by: @tzapu
Base:
master← Head:master📝 Commits (1)
33a5e5bAdded an option to the WiFiManagerParameter so that a parameter can be read-only. This is done in a way that does not break an existing📊 Changes
2 files changed (+29 additions, -4 deletions)
View changed files
📝
WiFiManager.cpp(+25 -3)📝
WiFiManager.h(+4 -1)📄 Description
Added an option to the WiFiManagerParameter so that a form parameter can be read-only. This is done in a way that does not break an existing program by having a constructor for either way.
If a "1" is added to the end of the parameter list then the field becomes readonly.
The HTML will add the "readonly" option.
My need for this is that I am using the MAC address as a ClientID in a MQTT application. I wanted the
user to know the mac without being able to modify it.
It is a relatively simple change, but I hope that you can use it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.