[PR #1763] Solving problem of access violation. #1822

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1763
Author: @tarcisiojr
Created: 9/4/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 622ed17 Solving problem of access violation.

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 WiFiManager.cpp (+3 -3)

📄 Description

In certain scenarios, the ESP8266 was unexpectedly triggering an access violation error. After conducting a thorough debugging process, I identified and resolved the issue with this code update. The solution is based on guidance from the official ESP8266 documentation, specifically regarding the use of PROGMEM for handling program memory. You can find more details in the documentation here: ESP8266 PROGMEM Documentation.


🔄 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/1763 **Author:** [@tarcisiojr](https://github.com/tarcisiojr) **Created:** 9/4/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`622ed17`](https://github.com/tzapu/WiFiManager/commit/622ed175b7c2dc2b612ddffa4929c43016e3ca43) Solving problem of access violation. ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+3 -3) </details> ### 📄 Description In certain scenarios, the ESP8266 was unexpectedly triggering an access violation error. After conducting a thorough debugging process, I identified and resolved the issue with this code update. The solution is based on guidance from the official ESP8266 documentation, specifically regarding the use of `PROGMEM` for handling program memory. You can find more details in the documentation here: [ESP8266 PROGMEM Documentation](https://arduino-esp8266.readthedocs.io/en/latest/PROGMEM.html#:~:text=32%20bit%20aligned.-,Functions%20to%20read%20back%20from%20PROGMEM,-%C2%B6). --- <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#1822
No description provided.