mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #317] [CLOSED] Set default tag alias to the tag's serial number rather than MAC adr for Chroma SubGhz tags. #492
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/317
Author: @skiphansen
Created: 5/16/2024
Status: ❌ Closed
Base:
master← Head:oepl_pr_11📝 Commits (7)
349a8a7Added subGhz fixed channel support to tag config, added line accidentally dropped in pr7 merge.6f52715Merge https://github.com/jjwbruijn/OpenEPaperLink514741fMerge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink88aefc5Merge https://github.com/jjwbruijn/OpenEPaperLinkbad4b9cMerge https://github.com/jjwbruijn/OpenEPaperLink6888c74Merge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink27edbdbFor Chroma tags default tag alias to tag serial number rather than MAC adr.📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
ESP32_AP-Flasher/wwwroot/main.js(+7 -1)📄 Description
Chroma tags create the MAC address from the tag's serial number.
Since the serial number on the tag label and barcodes it is easier for
a human to access than copying the MAC address from the display
while it is present.
This PR initializes the tags alias to the tag's SN rather than the
MAC address when the tag is first discovered.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.