[PR #21] [MERGED] Nfc support #3689

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/21
Author: @jjwbruijn
Created: 3/11/2023
Status: Merged
Merged: 3/11/2023
Merged by: @jjwbruijn

Base: masterHead: NFC-support


📝 Commits (3)

  • 3abf3de nfc support working on tag, no esp32 yet
  • 85a3e28 added 1.54 binary
  • 09bc305 added support for NFC wake

📊 Changes

13 files changed (+306 additions, -30 deletions)

View changed files

📝 tag_fw/Makefile (+1 -1)
📝 tag_fw/fw154.bin (+0 -0)
📝 tag_fw/fw29-uc8151.bin (+0 -0)
📝 tag_fw/fw29.bin (+0 -0)
📝 tag_fw/fw42.bin (+0 -0)
tag_fw/i2cdevices.c (+127 -0)
tag_fw/i2cdevices.h (+10 -0)
📝 tag_fw/main.c (+20 -3)
📝 tag_fw/powermgt.c (+54 -10)
📝 tag_fw/powermgt.h (+3 -1)
📝 tag_fw/proto.h (+14 -10)
📝 tag_fw/syncedproto.c (+49 -4)
📝 tag_fw/userinterface.c (+28 -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/21 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 3/11/2023 **Status:** ✅ Merged **Merged:** 3/11/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `NFC-support` --- ### 📝 Commits (3) - [`3abf3de`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/3abf3de9849e14b62f84f2b799839452effda4e4) nfc support working on tag, no esp32 yet - [`85a3e28`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/85a3e28f2e07b11946994d2638b920e8a8bf80b5) added 1.54 binary - [`09bc305`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/09bc3056bf8ef489ecd886c2e72e878971dcc2f8) added support for NFC wake ### 📊 Changes **13 files changed** (+306 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `tag_fw/Makefile` (+1 -1) 📝 `tag_fw/fw154.bin` (+0 -0) 📝 `tag_fw/fw29-uc8151.bin` (+0 -0) 📝 `tag_fw/fw29.bin` (+0 -0) 📝 `tag_fw/fw42.bin` (+0 -0) ➕ `tag_fw/i2cdevices.c` (+127 -0) ➕ `tag_fw/i2cdevices.h` (+10 -0) 📝 `tag_fw/main.c` (+20 -3) 📝 `tag_fw/powermgt.c` (+54 -10) 📝 `tag_fw/powermgt.h` (+3 -1) 📝 `tag_fw/proto.h` (+14 -10) 📝 `tag_fw/syncedproto.c` (+49 -4) 📝 `tag_fw/userinterface.c` (+28 -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 23:07:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3689