Skip to content

Commit

Permalink
Edit readme to reflect changes #336
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspre.e490 committed Aug 25, 2023
1 parent 724ce5b commit bc13d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/DESFireSupportReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The UID for the tag can be set using separate Chameleon terminal commands as
usual for all other configurations.
We can modify the remaining tag header information emulated by the tag as follows:
```bash
DF_SETHDR=ATS xxxxxxxxxx
DF_SETHDR=ATS NNxxxx[...]
DF_SETHDR=ATQA xxxx
DF_SETHDR=ManuID xx
DF_SETHDR=HwType xx
Expand All @@ -34,6 +34,7 @@ DF_SETHDR=SwVers mmMM
DF_SETHDR=BatchNo xxxxxxxxxx
DF_SETHDR=ProdDate WWYY
```
Warning! The ATS bytes have the following structure `NNxxxx[...]` where NN is the lenght of the entire ATS including the lenght byte. The ATS (inc. the len byte) can be from 3 to 20 bytes long. Default is `067577810280`.

##### Examples:

Expand Down

0 comments on commit bc13d82

Please sign in to comment.