[PR #2] [MERGED] small fixes #3675

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

📋 Pull Request Information

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

Base: masterHead: small-fixes


📝 Commits (1)

📊 Changes

4 files changed (+16 additions, -2 deletions)

View changed files

📝 ap_fw/cpu/8051/make.mk (+1 -1)
ap_fw/make.bat (+14 -0)
ap_fw/makeit.exe (+0 -0)
📝 esp32_fw/src/main.cpp (+1 -1)

📄 Description

tiny fixes to be compatible for compiling in Windows:

  • removed unix path in ap_fw make.mk (equivalent as make.mk in the tag_fw)
  • correct library name in main.cpp (platform.io is not complaining, but compiling in arduino caused troubles)
  • makeit.exe in the ap_fw (in tag_fw it's already present)
    (this is my very first pull request on github, so, this also acts like a test...)

🔄 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/2 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 1/28/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `small-fixes` --- ### 📝 Commits (1) - [`d2e2c61`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d2e2c619b31f0f088b118552e12122e52f4c69df) small fixes ### 📊 Changes **4 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ap_fw/cpu/8051/make.mk` (+1 -1) ➕ `ap_fw/make.bat` (+14 -0) ➕ `ap_fw/makeit.exe` (+0 -0) 📝 `esp32_fw/src/main.cpp` (+1 -1) </details> ### 📄 Description tiny fixes to be compatible for compiling in Windows: - removed unix path in ap_fw make.mk (equivalent as make.mk in the tag_fw) - correct library name in main.cpp (platform.io is not complaining, but compiling in arduino caused troubles) - makeit.exe in the ap_fw (in tag_fw it's already present) (this is my very first pull request on github, so, this also acts like a test...) --- <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:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3675