[PR #13] [MERGED] fix duplicate data and timeout in apfw #3686

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

📋 Pull Request Information

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

Base: masterHead: development


📝 Commits (1)

  • 33316c1 fix duplicate data and timeout in apfw

📊 Changes

7 files changed (+102 additions, -19 deletions)

View changed files

📝 ap_fw/apfw.bin (+0 -0)
📝 ap_fw/main.c (+18 -5)
📝 esp32_fw/data/www/main.js (+1 -1)
📝 esp32_fw/include/newproto.h (+1 -0)
📝 esp32_fw/src/contentmanager.cpp (+8 -8)
📝 esp32_fw/src/newproto.cpp (+35 -2)
📝 esp32_fw/src/serial.cpp (+39 -3)

📄 Description

  • prevent duplicate mac entries in pendingDataArr in ap_fw
  • implement espNotifyTimeOut in ap_fw
  • reboot AP if it's not responding
  • fix some timings

🔄 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/13 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/9/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (1) - [`33316c1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/33316c1f3fa998e29a1d0e2bd4b59daf83080b58) fix duplicate data and timeout in apfw ### 📊 Changes **7 files changed** (+102 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `ap_fw/apfw.bin` (+0 -0) 📝 `ap_fw/main.c` (+18 -5) 📝 `esp32_fw/data/www/main.js` (+1 -1) 📝 `esp32_fw/include/newproto.h` (+1 -0) 📝 `esp32_fw/src/contentmanager.cpp` (+8 -8) 📝 `esp32_fw/src/newproto.cpp` (+35 -2) 📝 `esp32_fw/src/serial.cpp` (+39 -3) </details> ### 📄 Description + prevent duplicate mac entries in pendingDataArr in ap_fw + implement espNotifyTimeOut in ap_fw + reboot AP if it's not responding + fix some timings --- <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 23:07:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3686