mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Merge pull request #2560 from libin-ka/libin-ka-patch-2
Update flashmem.c
This commit is contained in:
commit
c293a0c36b
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ void Flashmem_print_status(void) {
|
|||
} else {
|
||||
if (device_type.manufacturer_id == WINBOND_MANID) {
|
||||
switch (device_type.device_id) {
|
||||
case WINBOND_16MB_DEVID:
|
||||
DbpString(" Memory size............. " _YELLOW_("16 mbits / 2 MB"));
|
||||
break;
|
||||
case WINBOND_2MB_DEVID:
|
||||
DbpString(" Memory size............. " _YELLOW_("2 mbits / 256 kb"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue