Detect Flash ID 04D5 MBM29F080C

This commit is contained in:
jiyunomegami 2020-08-14 18:58:20 +09:00
parent 80c19a0bc4
commit 4c6fb7bd8c

View File

@ -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;