[PR #26] [MERGED] Some changes to the AP, lower baudrate and (hopefully) better connections #2038

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

📋 Pull Request Information

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

Base: masterHead: alt-serial2


📝 Commits (10+)

📊 Changes

151 files changed (+272 additions, -15127 deletions)

View changed files

📝 ESP32_AP-Flasher/include/flasher.h (+1 -1)
📝 ESP32_AP-Flasher/include/settings.h (+2 -2)
📝 ESP32_AP-Flasher/src/flasher.cpp (+13 -12)
📝 ESP32_AP-Flasher/src/serial.cpp (+202 -75)
📝 binaries/AP_FW-universal.bin (+0 -0)
📝 binaries/Tag_FW_1.54.bin (+0 -0)
📝 binaries/Tag_FW_2.9-uc8151.bin (+0 -0)
📝 binaries/Tag_FW_2.9.bin (+0 -0)
📝 binaries/Tag_FW_4.2.bin (+0 -0)
binaries/zigbeebase0010.bin (+0 -0)
zbs243_AP_FW/adc.h (+0 -16)
zbs243_AP_FW/adc.h (+1 -0)
zbs243_AP_FW/ap_fw.bin (+0 -0)
zbs243_AP_FW/asmUtil.h (+0 -114)
zbs243_AP_FW/asmUtil.h (+1 -0)
zbs243_AP_FW/board (+1 -0)
zbs243_AP_FW/board/boardCommon.h (+0 -52)
zbs243_AP_FW/board/boardZBS29common.c (+0 -160)
zbs243_AP_FW/board/ssd1619.c (+0 -817)
zbs243_AP_FW/board/ssd1619.h (+0 -76)

...and 80 more files

📄 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/26 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `alt-serial2` --- ### 📝 Commits (10+) - [`d92681e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d92681ef022dc588540951a112b992962d40a580) fixed flasher, DMA handling - [`2cdb2b8`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2cdb2b8a6f93e1e3318f7159d1ebfe84a6a2138d) added dma-ish handling - [`13451e3`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/13451e3fde5279997e677d886f1adf3e1db769eb) updated AP binaries - [`8c7cacd`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/8c7cacddfc4cb9946c1e9c4cd95ad5f0ec79a489) added return validation - [`21bb64d`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/21bb64d20d8be9fef87799fd7f743b14661d4ed4) symlink attempt 24352 - [`92870a8`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/92870a8886a48897172a4165858c2a07bfa32d44) moar symlinks - [`7bd0c8c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7bd0c8c8156a41f0547cdbeff5e1eb435b82096c) even moar symlinks - [`bf66a49`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bf66a49038ee823747b2840c10c780a4996ce2f9) small fixes - [`984f46c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/984f46c4f1010b9ac4da5a63e382a57e1fdbddb1) reverted back to old AP strategy - [`55b254f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/55b254fdeca559622acf9610c50a4fbfee8ac259) basic improvements, XOR'D 0x55 before xmit ### 📊 Changes **151 files changed** (+272 additions, -15127 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/include/flasher.h` (+1 -1) 📝 `ESP32_AP-Flasher/include/settings.h` (+2 -2) 📝 `ESP32_AP-Flasher/src/flasher.cpp` (+13 -12) 📝 `ESP32_AP-Flasher/src/serial.cpp` (+202 -75) 📝 `binaries/AP_FW-universal.bin` (+0 -0) 📝 `binaries/Tag_FW_1.54.bin` (+0 -0) 📝 `binaries/Tag_FW_2.9-uc8151.bin` (+0 -0) 📝 `binaries/Tag_FW_2.9.bin` (+0 -0) 📝 `binaries/Tag_FW_4.2.bin` (+0 -0) ➕ `binaries/zigbeebase0010.bin` (+0 -0) ➖ `zbs243_AP_FW/adc.h` (+0 -16) ➕ `zbs243_AP_FW/adc.h` (+1 -0) ➖ `zbs243_AP_FW/ap_fw.bin` (+0 -0) ➖ `zbs243_AP_FW/asmUtil.h` (+0 -114) ➕ `zbs243_AP_FW/asmUtil.h` (+1 -0) ➕ `zbs243_AP_FW/board` (+1 -0) ➖ `zbs243_AP_FW/board/boardCommon.h` (+0 -52) ➖ `zbs243_AP_FW/board/boardZBS29common.c` (+0 -160) ➖ `zbs243_AP_FW/board/ssd1619.c` (+0 -817) ➖ `zbs243_AP_FW/board/ssd1619.h` (+0 -76) _...and 80 more files_ </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 20:08:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2038