[PR #128] [CLOSED] Adds option to use generated AP name but with password #1584

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/128
Author: @javl
Created: 3/20/2016
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 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 original autoConnect() functions:

// use generated AP name, no password (as before)
wifiManager.autoConnect();
// Use a generated AP name, but also a password
wifiManager.autoConnect(wifiManager.ssidFromId(), "AP-PASSWORD");

🔄 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/128 **Author:** [@javl](https://github.com/javl) **Created:** 3/20/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`5cc0108`](https://github.com/tzapu/WiFiManager/commit/5cc0108a8ce43d42ff73f62b32a3419c8d0d20ec) Adds option to have generated AP name, but WITH password. Non breaking update. - [`879594e`](https://github.com/tzapu/WiFiManager/commit/879594ebcb2fa3f8bc1ce6161be6c74c3030e269) Adds option to have generated AP name, but WITH password. Non breaking update. - [`182f71a`](https://github.com/tzapu/WiFiManager/commit/182f71a9944da0cabfdf7194cbf81c3a15658d71) Merge branch 'master' of https://github.com/javl/WiFiManager ### 📊 Changes **3 files changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -3) 📝 `WiFiManager.cpp` (+6 -2) 📝 `WiFiManager.h` (+3 -0) </details> ### 📄 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 original `autoConnect()` functions: ``` // use generated AP name, no password (as before) wifiManager.autoConnect(); // Use a generated AP name, but also a password wifiManager.autoConnect(wifiManager.ssidFromId(), "AP-PASSWORD"); ``` --- <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:45 +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#1584
No description provided.