mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
Spelling & default LF_SAMYRUN example
This commit is contained in:
parent
1560d1f1b3
commit
9dc658b45e
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# If you want to use it, copy this file as Makefile.platform and adjust it to your needs
|
||||
PLATFORM=PM3RDV4
|
||||
#PLATFORM_EXTRAS=BTADDON
|
||||
#STANDALONE=HF_COLIN
|
||||
#STANDALONE=LF_SAMYRUN
|
||||
|
|
|
@ -33,8 +33,8 @@ or if you have a Proxmark 3 RDV4 with the BT add-on:
|
|||
PLATFORM=PM3RDV4
|
||||
PLATFORM_EXTRAS=BTADDON
|
||||
|
||||
Option to choose standalone mode, e.g. HF_COLIN
|
||||
SANDALONE=HF_COLIN
|
||||
Option to choose standalone mode, e.g. LF_SAMYRUN
|
||||
STANDALONE=LF_SAMYRUN
|
||||
|
||||
!! Make sure to "make clean" when you change platform settings !!
|
||||
|
||||
|
|
Loading…
Reference in a new issue