mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #532] Allow to disable sleep mode #3308
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/532
Author: @mosch
Created: 12/6/2025
Status: 🔄 Open
Base:
master← Head:disable-sleep-mode📝 Commits (2)
56be05aAllow to disable sleep modebd8298fadd warning📊 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.