mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-12 08:16:09 -07:00
parent
ab20cc35b7
commit
b6a04aff48
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ void printT5xxHeader(uint8_t page){
|
||||||
int CmdT55xxSetConfig(const char *Cmd) {
|
int CmdT55xxSetConfig(const char *Cmd) {
|
||||||
|
|
||||||
uint8_t offset = 0;
|
uint8_t offset = 0;
|
||||||
char modulation[5] = {0x00};
|
char modulation[6] = {0x00};
|
||||||
char tmp = 0x00;
|
char tmp = 0x00;
|
||||||
uint8_t bitRate = 0;
|
uint8_t bitRate = 0;
|
||||||
uint8_t rates[9] = {8,16,32,40,50,64,100,128,0};
|
uint8_t rates[9] = {8,16,32,40,50,64,100,128,0};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue