mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[PR #387] [CLOSED] Add bool autoConnect() function #1613
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#1613
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/387
Author: @jaku-jaku
Created: 7/13/2017
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (2)
547b0e8Attempt to connect wifi BOOLEAN10d6ab9Update 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.