mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[PR #244] [CLOSED] several fixes for max length of parameters #1593
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#1593
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/244
Author: @black-snake
Created: 11/15/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
18e2dd7several fixes for max length of parameters📊 Changes
2 files changed (+9 additions, -6 deletions)
View changed files
📝
WiFiManager.cpp(+7 -4)📝
WiFiManager.h(+2 -2)📄 Description
This is to fix the problem that you have to initialize a custom
WiFiManagerParameter with a length that is one more than you actually
intend. Also, this fix limits the HTML input fields to the maximum
length defined for the respective WiFiManagerParameter. Generally, the
length of a custom WiFiManagerParameter is currently limited to two
digits (=99). In addition, this fix includes a limitation of the HTML
input fields for WiFi SSID and WiFi password to the maximum length
allowed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.