[PR #244] [CLOSED] several fixes for max length of parameters #1593

Closed
opened 2026-02-28 01:30:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/244
Author: @black-snake
Created: 11/15/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 18e2dd7 several 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/244 **Author:** [@black-snake](https://github.com/black-snake) **Created:** 11/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`18e2dd7`](https://github.com/tzapu/WiFiManager/commit/18e2dd7c503317fbbf7845d9c01aec8e15e06903) several fixes for max length of parameters ### 📊 Changes **2 files changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+7 -4) 📝 `WiFiManager.h` (+2 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:30:47 +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#1593
No description provided.