Add S29GL064M to flash.ino

Thanks to BASSIX
This commit is contained in:
sanni 2021-11-27 19:46:02 +01:00
parent 70b820cb96
commit 8a40898544

View File

@ -504,6 +504,13 @@ idtheflash:
sectorSize = 65536;
bufferSize = 32;
}
// S29GL064M
else if (readByte_Flash(28) == 0x10) {
println_Msg(F("S29GL064M detected"));
flashSize = 8388608;
sectorSize = 65536;
bufferSize = 32;
}
// Unknown S29GL type
else {
println_Msg(F("Unknown S29GL Type"));