[PR #349] [CLOSED] Stability fixes in AP mode #1609

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/349
Author: @andysc
Created: 4/5/2017
Status: Closed

Base: masterHead: stabilityfixes


📝 Commits (1)

  • 211d11b Some fixes for stability in AP mode, particularly to make it work with MacOS.

📊 Changes

1 file changed (+40 additions, -8 deletions)

View changed files

📝 WiFiManager.cpp (+40 -8)

📄 Description

Some fixes for stability in AP mode, particularly to make it work with MacOS, and reconnect after setting new WiFi parameters.

Use AP mode rather than combined STA/AP mode.

Go into STA mode before we try to reconnect to the newly configured AP.

Do a wifi_station_disconnect() before trying to connect to either a newly configured or existing AP.

Decoding of the WL_ return codes from waitForConnectResult()


🔄 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/349 **Author:** [@andysc](https://github.com/andysc) **Created:** 4/5/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stabilityfixes` --- ### 📝 Commits (1) - [`211d11b`](https://github.com/tzapu/WiFiManager/commit/211d11b1a349544fce0b935fff5d6670f00bb0fe) Some fixes for stability in AP mode, particularly to make it work with MacOS. ### 📊 Changes **1 file changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+40 -8) </details> ### 📄 Description Some fixes for stability in AP mode, particularly to make it work with MacOS, and reconnect after setting new WiFi parameters. Use AP mode rather than combined STA/AP mode. Go into STA mode before we try to reconnect to the newly configured AP. Do a wifi_station_disconnect() before trying to connect to either a newly configured or existing AP. Decoding of the WL_ return codes from waitForConnectResult() --- <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:50 +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#1609
No description provided.