mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #239] Button 1 and Button 2 info text is swapped #2348
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 @rhoddan on GitHub (Feb 26, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/239
Originally assigned to: @nlimper on GitHub.
Describe the bug
When press the buttons on M3 2.9" the in active tags card are swapped. When press button 1 its showed button 2 and vice verca
To Reproduce
Press the buttons and look into the status card
Expected behavior
correct button is showed
Screenshots

If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
2.5 beta2 (but was same with 2.07)
@nlimper commented on GitHub (Mar 18, 2024):
Open for discussion:
In the tag firmware, the right button is defined as button1, the left button is defined as button2. So, that's the numbering as reported in the web interface. To swap it, it will make debugging harder.
For the 'timestamp' content type, I defined left as button1, right as button2, as this is more logical for a user. I could swap the button names at the timestamp content, so button1 = right, button2 = left. IMHO that would be the best solution if you want the numbering to be aligned.