mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Flasher support for versionning
Only bootrom with version > 1.0.0 will allow 512K writes
This commit is contained in:
parent
c056e56492
commit
68aa9d631d
3 changed files with 28 additions and 3 deletions
|
@ -143,7 +143,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
|
||||
case CMD_BL_VERSION: {
|
||||
dont_ack = 1;
|
||||
arg0 = VERSION_1_0_0;
|
||||
arg0 = BL_VERSION_1_0_0;
|
||||
reply_old(CMD_BL_VERSION, arg0, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue