mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #128] [CLOSED] Adds option to use generated AP name but with password #1584
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#1584
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/128
Author: @javl
Created: 3/20/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
5cc0108Adds option to have generated AP name, but WITH password. Non breaking update.879594eAdds option to have generated AP name, but WITH password. Non breaking update.182f71aMerge branch 'master' of https://github.com/javl/WiFiManager📊 Changes
3 files changed (+15 additions, -5 deletions)
View changed files
📝
README.md(+6 -3)📝
WiFiManager.cpp(+6 -2)📝
WiFiManager.h(+3 -0)📄 Description
This update allows you to use a generated AP name, but also set a password.
wifiManager.ssidFromId()returns the generated AP name, so you can use it in the originalautoConnect()functions:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.