mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: hf 14a sim x - above 16 sectors..
This commit is contained in:
parent
c27d84b06c
commit
8b1482d72d
1 changed files with 62 additions and 62 deletions
|
@ -3129,7 +3129,7 @@ out:
|
||||||
}
|
}
|
||||||
|
|
||||||
sector_t *k_sector = NULL;
|
sector_t *k_sector = NULL;
|
||||||
uint8_t k_sectorsCount = 16;
|
uint8_t k_sectorsCount = 40;
|
||||||
|
|
||||||
void showSectorTable() {
|
void showSectorTable() {
|
||||||
if (k_sector != NULL) {
|
if (k_sector != NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue