[PR #18] [MERGED] bugfix and better handling of AP crash #3133

Closed
opened 2026-03-20 22:07:39 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/18
Author: @nlimper
Created: 2/19/2023
Status: Merged
Merged: 2/19/2023
Merged by: @nlimper

Base: masterHead: development


📝 Commits (1)

  • 2c46e9f bugfix and better handling of AP crash

📊 Changes

12 files changed (+122 additions, -83 deletions)

View changed files

📝 esp32_fw/data/www/index.html (+2 -1)
📝 esp32_fw/data/www/main.css (+14 -10)
📝 esp32_fw/data/www/main.js (+22 -1)
📝 esp32_fw/include/newproto.h (+2 -1)
📝 esp32_fw/include/pendingdata.h (+0 -2)
📝 esp32_fw/include/tag_db.h (+1 -0)
📝 esp32_fw/src/contentmanager.cpp (+1 -1)
📝 esp32_fw/src/main.cpp (+1 -1)
📝 esp32_fw/src/newproto.cpp (+21 -7)
📝 esp32_fw/src/serial.cpp (+2 -0)
📝 esp32_fw/src/tag_db.cpp (+26 -4)
📝 esp32_fw/src/web.cpp (+30 -55)

📄 Description

bugfix: crash on startup when websockets were not yet properly initialised
robustness: if AP crashes, write to log, and restore all pending images to AP.
also: rebootbutton (saves DB, reboots esp, reconnects websocket, so nothing lost)
also: deleting tag (delete icon) now works


🔄 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/OpenEPaperLink/OpenEPaperLink/pull/18 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 2/19/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (1) - [`2c46e9f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2c46e9f8bfadc67cca5889d13125d12cf7a6db7d) bugfix and better handling of AP crash ### 📊 Changes **12 files changed** (+122 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `esp32_fw/data/www/index.html` (+2 -1) 📝 `esp32_fw/data/www/main.css` (+14 -10) 📝 `esp32_fw/data/www/main.js` (+22 -1) 📝 `esp32_fw/include/newproto.h` (+2 -1) 📝 `esp32_fw/include/pendingdata.h` (+0 -2) 📝 `esp32_fw/include/tag_db.h` (+1 -0) 📝 `esp32_fw/src/contentmanager.cpp` (+1 -1) 📝 `esp32_fw/src/main.cpp` (+1 -1) 📝 `esp32_fw/src/newproto.cpp` (+21 -7) 📝 `esp32_fw/src/serial.cpp` (+2 -0) 📝 `esp32_fw/src/tag_db.cpp` (+26 -4) 📝 `esp32_fw/src/web.cpp` (+30 -55) </details> ### 📄 Description bugfix: crash on startup when websockets were not yet properly initialised robustness: if AP crashes, write to log, and restore all pending images to AP. also: rebootbutton (saves DB, reboots esp, reconnects websocket, so nothing lost) also: deleting tag (delete icon) now works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 22:07:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3133