mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
32mbit flash identification
This commit is contained in:
parent
2685ad0dc0
commit
ea797602f4
3 changed files with 11 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_32MB_DEVID:
|
||||
DbpString(" Memory size............. " _YELLOW_("32 mbits / 4 MB"));
|
||||
break;
|
||||
case WINBOND_16MB_DEVID:
|
||||
DbpString(" Memory size............. " _YELLOW_("16 mbits / 2 MB"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue