mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1469] Add an option to search and connect to the best BSSID regarding the RSSI #1760
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#1760
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/1469
Author: @PiFou86
Created: 8/7/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
058407eAjout recherche du meilleur RSSI pour se connecter par le BSSIDf5f62f2Typo📊 Changes
2 files changed (+2320 additions, -2125 deletions)
View changed files
📝
WiFiManager.cpp(+2317 -2125)📝
WiFiManager.h(+3 -0)📄 Description
The code add an option (void setFindBestRSSI(boolean enabled)) to try to find the best AP for a given SSID.
I messed up with your indentation. The majority of code is on the uint8_t WiFiManager::connectWifi(String ssid, String pass, bool connect) method.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.