Update FLASH.ino

This commit is contained in:
sanni 2019-09-22 08:32:58 +02:00 committed by GitHub
parent 96ea8efb52
commit 5ff1705faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -458,6 +458,11 @@ idtheflash:
flashSize = 2097152; flashSize = 2097152;
flashromType = 1; flashromType = 1;
} }
else if (strcmp(flashid, "04AD") == 0) {
println_Msg(F("AM29F016D detected"));
flashSize = 2097152;
flashromType = 1;
}
else if (strcmp(flashid, "04D4") == 0) { else if (strcmp(flashid, "04D4") == 0) {
println_Msg(F("MBM29F033C detected")); println_Msg(F("MBM29F033C detected"));
flashSize = 4194304; flashSize = 4194304;