mirror of
https://github.com/sanni/cartreader.git
synced 2025-04-10 03:51:29 +02:00
Detect Flash ID 04D5 MBM29F080C
This commit is contained in:
parent
80c19a0bc4
commit
4c6fb7bd8c
@ -470,6 +470,11 @@ idtheflash:
|
||||
flashSize = 4194304;
|
||||
flashromType = 1;
|
||||
}
|
||||
else if (strcmp(flashid, "04D5") == 0) {
|
||||
println_Msg(F("MBM29F080C detected"));
|
||||
flashSize = 1048576;
|
||||
flashromType = 1;
|
||||
}
|
||||
else if (strcmp(flashid, "0458") == 0) {
|
||||
println_Msg(F("MBM29F800BA detected"));
|
||||
flashSize = 1048576;
|
||||
|
Loading…
x
Reference in New Issue
Block a user