mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
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#1668
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/718
Author: @fllaca
Created: 9/2/2018
Status: ✅ Merged
Merged: 10/3/2018
Merged by: @tablatronix
Base:
development← Head:get_parameters_method📝 Commits (4)
b4cc27cAdded getParameters and getParametersCount methods.448e079Use a especific version of ArduinoJson12fc651Missing semicolon1c191c1Rename "Old Examples" folder to "Old_Examples", to avoid errors when iterating examples folder.📊 Changes
8 files changed (+22 additions, -2 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
WiFiManager.cpp(+16 -0)📝
WiFiManager.h(+4 -0)📝
examples/Old_examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino(+0 -0)📝
examples/Old_examples/AutoConnectWithReset/AutoConnectWithReset.ino(+0 -0)📝
examples/Old_examples/AutoConnectWithStaticIP/AutoConnectWithStaticIP.ino(+0 -0)📝
examples/Old_examples/AutoConnectWithTimeout/AutoConnectWithTimeout.ino(+0 -0)📝
examples/OnDemand/OnDemandWebPortal/onDemandWebPortal.ino(+1 -1)📄 Description
This is my very first PR on this project, I'm not sure the proper flow to propose changes. Please let me know if I have to open an issue first or whatever. Thanks!
Implementation of a solution for #717: allow to iterate on WiFiManager parameters
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.