[PR #532] Allow to disable sleep mode #2755

Open
opened 2026-03-20 21:08:39 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/532
Author: @mosch
Created: 12/6/2025
Status: 🔄 Open

Base: masterHead: disable-sleep-mode


📝 Commits (2)

📊 Changes

5 files changed (+13 additions, -6 deletions)

View changed files

📝 ESP32_AP-Flasher/src/contentmanager.cpp (+1 -0)
📝 ESP32_AP-Flasher/src/newproto.cpp (+2 -1)
📝 ESP32_AP-Flasher/src/tag_db.cpp (+3 -2)
📝 ESP32_AP-Flasher/wwwroot/index.html (+5 -2)
📝 ESP32_AP-Flasher/wwwroot/main.js (+2 -1)

📄 Description

We've hard wired our displays - so energy consumption is not a huge concern. We'd prefer to have super short sleep & update cycles.

So this PR introduces a super short 5 second sleep mode.


🔄 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/532 **Author:** [@mosch](https://github.com/mosch) **Created:** 12/6/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `disable-sleep-mode` --- ### 📝 Commits (2) - [`56be05a`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/56be05a63f7491097e57016be95cb67dcf85f6a8) Allow to disable sleep mode - [`bd8298f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bd8298f02ba098fa1d993c304c503cea46d86ba1) add warning ### 📊 Changes **5 files changed** (+13 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+1 -0) 📝 `ESP32_AP-Flasher/src/newproto.cpp` (+2 -1) 📝 `ESP32_AP-Flasher/src/tag_db.cpp` (+3 -2) 📝 `ESP32_AP-Flasher/wwwroot/index.html` (+5 -2) 📝 `ESP32_AP-Flasher/wwwroot/main.js` (+2 -1) </details> ### 📄 Description We've hard wired our displays - so energy consumption is not a huge concern. We'd prefer to have super short sleep & update cycles. So this PR introduces a super short 5 second sleep mode. --- <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 21:08:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2755