[PR #647] [MERGED] fix bad progmem access #1657

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/647
Author: @liebman
Created: 7/8/2018
Status: Merged
Merged: 7/8/2018
Merged by: @tablatronix

Base: developmentHead: fix_bad_progmem_access


📝 Commits (2)

📊 Changes

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

View changed files

📝 WiFiManager.cpp (+1 -1)

📄 Description

https://github.com/tzapu/WiFiManager/pull/608 introduced a new header located in PROGMEM but did not use FPSTR() in its use causing crashes.

Exception Cause: 3 [LoadStoreError: Processor internal physical address or data error during load or store]


🔄 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/647 **Author:** [@liebman](https://github.com/liebman) **Created:** 7/8/2018 **Status:** ✅ Merged **Merged:** 7/8/2018 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `development` ← **Head:** `fix_bad_progmem_access` --- ### 📝 Commits (2) - [`aeba547`](https://github.com/tzapu/WiFiManager/commit/aeba5478ee7ddbdcfae3b4323f50600ca6e47e15) fix bad progmem access introduced in https://github.com/tzapu/WiFiManager/pull/608 - [`e235a45`](https://github.com/tzapu/WiFiManager/commit/e235a45d5a624e3eb380add327340071a2d3557d) value is PROGMEM too.... ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+1 -1) </details> ### 📄 Description https://github.com/tzapu/WiFiManager/pull/608 introduced a new header located in PROGMEM but did not use FPSTR() in its use causing crashes. Exception Cause: 3 [LoadStoreError: Processor internal physical address or data error during load or store] --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:33 +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#1657
No description provided.