mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 13:11:18 -07:00
add lf em 4x05protect plus lf config s option (#833)
* add "samples to skip" for lf config (mainly for lf snoop) * add lf em 4x05protect command to write protection on em4x05 chips * fix spacing * and remove old comment git added back in.. * update changelog * fix flags - only need 1 bit
This commit is contained in:
parent
b8dd1ef649
commit
2de26056ce
8 changed files with 231 additions and 26 deletions
|
@ -41,6 +41,7 @@ typedef struct{
|
|||
bool averaging;
|
||||
int divisor;
|
||||
int trigger_threshold;
|
||||
int samples_to_skip;
|
||||
} sample_config;
|
||||
|
||||
// For the bootloader
|
||||
|
@ -116,6 +117,7 @@ typedef struct{
|
|||
#define CMD_T55XX_WAKEUP 0x0224
|
||||
#define CMD_COTAG 0x0225
|
||||
#define CMD_PARADOX_CLONE_TAG 0x0226
|
||||
#define CMD_EM4X_PROTECT 0x0228
|
||||
|
||||
// For the 13.56 MHz tags
|
||||
#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue