mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #368] Feature request: Virtual ePaper tag? #1873
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?
Originally created by @gitpower2017 on GitHub (Sep 4, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/368
Is there an emulated tag so that you can test the json configuration without a real tag?
@nlimper commented on GitHub (Sep 4, 2024):
There isn't.
If you use an AP with a TFT screen (like the YellowAP or the mini AP v3/4), you can use that to test, as the tft screen is also usable as a tag.
Or if you have a spare esp32 and tft screen on hand, you can use this:
https://github.com/nlimper/TFTtag-for-OpenEpaperLink
It acts like a tag, and updates instantly (no need to wait for the next checkin if you change content). The script also contains some code to send OEPL content to a label printer, so you have to remove that part. ;-)