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