[PR #16] [MERGED] Refactored download rawimages #1475

Closed
opened 2026-03-20 19:08:41 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: refactored-download-rawimages


📝 Commits (7)

📊 Changes

20 files changed (+59330 additions, -350 deletions)

View changed files

fw_dumps/0000026619db3438.bin (+0 -0)
fw_dumps/027C4B633B1A.bin (+0 -0)
fw_dumps/027C4B633B1A.bin.html (+58816 -0)
fw_dumps/027C4D453B18.bin (+0 -0)
fw_dumps/02A901443416.bin (+0 -0)
fw_dumps/02BE4D273B12.bin (+0 -0)
📝 tag_fw/drawing.c (+85 -27)
📝 tag_fw/eeprom.h (+2 -5)
📝 tag_fw/epd.c (+27 -0)
📝 tag_fw/epd.h (+3 -0)
📝 tag_fw/fw154.bin (+0 -0)
📝 tag_fw/fw29.bin (+0 -0)
📝 tag_fw/fw42.bin (+0 -0)
📝 tag_fw/main.c (+22 -29)
📝 tag_fw/powermgt.c (+124 -35)
📝 tag_fw/powermgt.h (+7 -5)
📝 tag_fw/proto.h (+6 -3)
📝 tag_fw/settings.h (+1 -1)
📝 tag_fw/syncedproto.c (+234 -242)
📝 tag_fw/syncedproto.h (+3 -3)

📄 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/16 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 2/17/2023 **Status:** ✅ Merged **Merged:** 2/17/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `refactored-download-rawimages` --- ### 📝 Commits (7) - [`2249e64`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2249e648fcc93ffc30d6b915c217c03b29bcf43f) testing - power not checked! - [`682abb6`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/682abb64cdff1680a557de0ae465c9c423d1239d) added binaries - [`01a3b13`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/01a3b13b5ad931aebd36680798bc02ae116fd463) blaat - [`a375e8f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a375e8ff60fa42812de56da757076871b1f8166a) blaat2 - [`6c5031a`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/6c5031ad4c14763a654037ba60a2f90def711d6b) fixed the epd-reset-wake issue - [`fb271fb`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/fb271fb22e45466065a5eacf4876935b303a1ec3) refactored some stuff, better low power sleep - [`10fbc00`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/10fbc00965622a02b1d4025d3b2c20b4148c26ca) fixed sending to the correct PAN ### 📊 Changes **20 files changed** (+59330 additions, -350 deletions) <details> <summary>View changed files</summary> ➕ `fw_dumps/0000026619db3438.bin` (+0 -0) ➕ `fw_dumps/027C4B633B1A.bin` (+0 -0) ➕ `fw_dumps/027C4B633B1A.bin.html` (+58816 -0) ➕ `fw_dumps/027C4D453B18.bin` (+0 -0) ➕ `fw_dumps/02A901443416.bin` (+0 -0) ➕ `fw_dumps/02BE4D273B12.bin` (+0 -0) 📝 `tag_fw/drawing.c` (+85 -27) 📝 `tag_fw/eeprom.h` (+2 -5) 📝 `tag_fw/epd.c` (+27 -0) 📝 `tag_fw/epd.h` (+3 -0) 📝 `tag_fw/fw154.bin` (+0 -0) 📝 `tag_fw/fw29.bin` (+0 -0) 📝 `tag_fw/fw42.bin` (+0 -0) 📝 `tag_fw/main.c` (+22 -29) 📝 `tag_fw/powermgt.c` (+124 -35) 📝 `tag_fw/powermgt.h` (+7 -5) 📝 `tag_fw/proto.h` (+6 -3) 📝 `tag_fw/settings.h` (+1 -1) 📝 `tag_fw/syncedproto.c` (+234 -242) 📝 `tag_fw/syncedproto.h` (+3 -3) </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 19:08:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1475