Skip to content

Commit

Permalink
docs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianglin1998 committed Jul 16, 2024
1 parent a4b3ada commit c771ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ On a new Chameleon (or after a factory reset), 3 slots are defined, slot 1 holdi

- slot 1 LF: a EM4100 with UID `DEADBEEF88`
- slot 1 HF: a MIFARE Classic 1k with UID `DEADBEEF`
- slot 2 HF: a MIFARE Classic 1k with UID `DEADBEEF`
- slot 2 HF: a MIFARE Classic Ultralight with UID `04689571FA5C64`
- slot 3 LF: a EM4100 with UID `DEADBEEF88`

When a slot is selected, the LED shows what type of card is loaded with the following color code:
Expand Down
4 changes: 4 additions & 0 deletions docs/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ Notes:
* Command: no data
* Response: 1 byte for the old value of the unsuccessful auth counter.
* CLI: cf `hf mfu econfig --reset-auth-cnt`
### 4030: MF0_NTAG_GET_PAGE_COUNT
* Command: no data
* Response: 1 byte is the number of pages available in the current card slot
* CLI: unused
### 5000: EM410X_SET_EMU_ID
* Command: 5 bytes. `id[5]`. ID as 5 bytes.
* Response: no data
Expand Down

0 comments on commit c771ae9

Please sign in to comment.