mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
thinfilm simulation when on battery
This commit is contained in:
parent
3dae748314
commit
61538bd635
2 changed files with 11 additions and 6 deletions
|
@ -136,13 +136,13 @@ void SimulateThinFilm(uint8_t *data, size_t len) {
|
|||
EmSendCmdThinfilmRaw(ToSend, ToSendMax);
|
||||
if (!reader_detected) {
|
||||
LED_B_ON();
|
||||
Dbprintf("Reader detected, start beaming data");
|
||||
//Dbprintf("Reader detected, start beaming data");
|
||||
reader_detected = true;
|
||||
}
|
||||
} else {
|
||||
if (reader_detected) {
|
||||
LED_B_OFF();
|
||||
Dbprintf("Reader gone, stop beaming data");
|
||||
//Dbprintf("Reader gone, stop beaming data");
|
||||
reader_detected = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue