[PR #8] [MERGED] Improved protocol structs #3128

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/8
Author: @jjwbruijn
Created: 2/2/2023
Status: Merged
Merged: 2/2/2023
Merged by: @jjwbruijn

Base: masterHead: improved-protocol-structs


📝 Commits (3)

📊 Changes

8 files changed (+177 additions, -98 deletions)

View changed files

📝 ap_fw/main.c (+38 -14)
ap_fw/zigbeebase0006.bin (+0 -0)
📝 tag_fw/main.c (+1 -1)
📝 tag_fw/powermgt.c (+8 -2)
📝 tag_fw/powermgt.h (+12 -0)
📝 tag_fw/proto.h (+65 -66)
📝 tag_fw/syncedproto.c (+51 -14)
📝 tag_fw/syncedproto.h (+2 -1)

📄 Description

No description provided


🔄 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/8 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 2/2/2023 **Status:** ✅ Merged **Merged:** 2/2/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `improved-protocol-structs` --- ### 📝 Commits (3) - [`7be1d18`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7be1d18fd685bfe4356b1637a448bbe92e5415a8) new structs for tag - [`aad868e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/aad868ef1a5bf1fa24ad2fc5fa4a3a8087b30b06) new structs for AP + ping-pong - [`ad2e769`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/ad2e769c8393aa60bb3ca242d14e260cbc8c60be) ping-based AP scanning ### 📊 Changes **8 files changed** (+177 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `ap_fw/main.c` (+38 -14) ➖ `ap_fw/zigbeebase0006.bin` (+0 -0) 📝 `tag_fw/main.c` (+1 -1) 📝 `tag_fw/powermgt.c` (+8 -2) 📝 `tag_fw/powermgt.h` (+12 -0) 📝 `tag_fw/proto.h` (+65 -66) 📝 `tag_fw/syncedproto.c` (+51 -14) 📝 `tag_fw/syncedproto.h` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3128