mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
enable flashing from linux
This commit is contained in:
parent
bb06be43b7
commit
0673512814
3 changed files with 6 additions and 2 deletions
|
@ -149,6 +149,7 @@ int main(int argc, char **argv) {
|
|||
sleep(1);
|
||||
|
||||
fprintf(stderr,"Waiting for Proxmark to reappear on USB...\n");
|
||||
fprintf(stderr,"(Press and hold down button NOW if your bootloader requires it)\n");
|
||||
while(!(devh=OpenProxmark(0))) { sleep(1); }
|
||||
fprintf(stderr,"Found...\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue