mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-26 03:14:42 +00:00
1e78976bd9
LupusE requested in the PR #407 review (2026-05-13) to move IDTECK command IDs since PR #404 (Jablotron) also uses 3017 / 5010 / 5011. Both PRs are open with the feature-freeze label; Jablotron retains the original slots and IDTECK shifts up: DATA_CMD_IDTECK_WRITE_TO_T55XX: 3017 -> 3018 DATA_CMD_IDTECK_SET_EMU_ID: 5010 -> 5012 DATA_CMD_IDTECK_GET_EMU_ID: 5011 -> 5013 Files changed: - firmware/application/src/data_cmd.h - software/script/chameleon_enum.py app_cmd.c references the constants by name only, no edit needed there.