mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
textual
This commit is contained in:
parent
924ad84c59
commit
83a5ffbb10
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ void SaveIDtoFlash(int addr, uint64_t id) {
|
||||||
void RunMod() {
|
void RunMod() {
|
||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||||
|
Dbprintf("[=] >> LF EM4100 read/write/clone started <<");
|
||||||
|
|
||||||
int selected = 0;
|
int selected = 0;
|
||||||
//state 0 - select slot
|
//state 0 - select slot
|
||||||
// 1 - read tag to selected slot,
|
// 1 - read tag to selected slot,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue