[PR #1469] Add an option to search and connect to the best BSSID regarding the RSSI #1760

Open
opened 2026-02-28 02:12:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1469
Author: @PiFou86
Created: 8/7/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • 058407e Ajout recherche du meilleur RSSI pour se connecter par le BSSID
  • f5f62f2 Typo

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1469 **Author:** [@PiFou86](https://github.com/PiFou86) **Created:** 8/7/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`058407e`](https://github.com/tzapu/WiFiManager/commit/058407e89dfe33c99b19d807d093d2d9dda27d08) Ajout recherche du meilleur RSSI pour se connecter par le BSSID - [`f5f62f2`](https://github.com/tzapu/WiFiManager/commit/f5f62f2822695c5f38897c7e9f78dfab7976e061) Typo ### 📊 Changes **2 files changed** (+2320 additions, -2125 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+2317 -2125) 📝 `WiFiManager.h` (+3 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1760
No description provided.