[PR #387] [CLOSED] Add bool autoConnect() function #1613

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/387
Author: @jaku-jaku
Created: 7/13/2017
Status: Closed

Base: masterHead: patch-2


📝 Commits (2)

  • 547b0e8 Attempt to connect wifi BOOLEAN
  • 10d6ab9 Update WiFiManager.h

📊 Changes

2 files changed (+21 additions, -1 deletions)

View changed files

📝 WiFiManager.cpp (+17 -0)
📝 WiFiManager.h (+4 -1)

📄 Description

Although autoConnect() can directly connect wifi, but it turns into AP mode right away if it can not connect to the wifi.
And this will be super limited to users. In some cases, for example, user want to know if they can connect to wifi, and go for sleep ##after several attempts and avoid directly entering AP mode. Only enter AP mode by some hard reset, which can increase the network security when power outage happened with device/network.


🔄 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/387 **Author:** [@jaku-jaku](https://github.com/jaku-jaku) **Created:** 7/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`547b0e8`](https://github.com/tzapu/WiFiManager/commit/547b0e8da4f14e047f8a776498b2ce6a0bc7e252) Attempt to connect wifi BOOLEAN - [`10d6ab9`](https://github.com/tzapu/WiFiManager/commit/10d6ab9032fce8fcb54166b381d32a2e37dacf1a) Update WiFiManager.h ### 📊 Changes **2 files changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+17 -0) 📝 `WiFiManager.h` (+4 -1) </details> ### 📄 Description Although autoConnect() can directly connect wifi, but it turns into AP mode right away if it can not connect to the wifi. And this will be super limited to users. In some cases, for example, user want to know if they can connect to wifi, and go for sleep ##after several attempts and avoid directly entering AP mode. Only enter AP mode by some hard reset, which can increase the network security when power outage happened with device/network. --- <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:51 +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#1613
No description provided.