[PR #12] [MERGED] timing improvements and bugfixes #2020

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/12
Author: @nlimper
Created: 2/9/2023
Status: Merged
Merged: 2/9/2023
Merged by: @nlimper

Base: masterHead: development


📝 Commits (1)

  • 8410eb0 timing improvements and bugfixes

📊 Changes

18 files changed (+132 additions, -61 deletions)

View changed files

esp32_fw/data/fonts/tw20.vlw (+0 -0)
esp32_fw/data/fonts/twbold20.vlw (+0 -0)
esp32_fw/data/fonts/weathericons50.vlw (+0 -0)
📝 esp32_fw/data/fonts/weathericons78.vlw (+0 -0)
📝 esp32_fw/data/www/edit.html (+1 -0)
📝 esp32_fw/data/www/main.js (+2 -1)
📝 esp32_fw/include/newproto.h (+1 -0)
📝 esp32_fw/include/pendingdata.h (+1 -1)
📝 esp32_fw/include/serial.h (+2 -1)
📝 esp32_fw/include/settings.h (+13 -10)
📝 esp32_fw/include/tag_db.h (+2 -13)
📝 esp32_fw/src/contentmanager.cpp (+21 -10)
📝 esp32_fw/src/main.cpp (+7 -1)
📝 esp32_fw/src/makeimage.cpp (+3 -5)
📝 esp32_fw/src/newproto.cpp (+57 -7)
📝 esp32_fw/src/serial.cpp (+17 -10)
📝 esp32_fw/src/tag_db.cpp (+1 -1)
📝 esp32_fw/src/web.cpp (+4 -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/12 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/9/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (1) - [`8410eb0`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/8410eb0a533cef7d31e187af5ecceb4154ff6e57) timing improvements and bugfixes ### 📊 Changes **18 files changed** (+132 additions, -61 deletions) <details> <summary>View changed files</summary> ➕ `esp32_fw/data/fonts/tw20.vlw` (+0 -0) ➕ `esp32_fw/data/fonts/twbold20.vlw` (+0 -0) ➕ `esp32_fw/data/fonts/weathericons50.vlw` (+0 -0) 📝 `esp32_fw/data/fonts/weathericons78.vlw` (+0 -0) 📝 `esp32_fw/data/www/edit.html` (+1 -0) 📝 `esp32_fw/data/www/main.js` (+2 -1) 📝 `esp32_fw/include/newproto.h` (+1 -0) 📝 `esp32_fw/include/pendingdata.h` (+1 -1) 📝 `esp32_fw/include/serial.h` (+2 -1) 📝 `esp32_fw/include/settings.h` (+13 -10) 📝 `esp32_fw/include/tag_db.h` (+2 -13) 📝 `esp32_fw/src/contentmanager.cpp` (+21 -10) 📝 `esp32_fw/src/main.cpp` (+7 -1) 📝 `esp32_fw/src/makeimage.cpp` (+3 -5) 📝 `esp32_fw/src/newproto.cpp` (+57 -7) 📝 `esp32_fw/src/serial.cpp` (+17 -10) 📝 `esp32_fw/src/tag_db.cpp` (+1 -1) 📝 `esp32_fw/src/web.cpp` (+4 -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 20:08:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2020