Skip to content

Commit

Permalink
Flash: Change unknown 29GL flash size to 8MB
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni authored Aug 6, 2024
1 parent 7304175 commit c9f216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cart_Reader/FLASH.ino
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ idtheflash:
// Unknown S29GL type
else {
println_Msg(F("Unknown S29GL Type"));
flashSize = 4194304;
flashSize = 8388608;
sectorSize = 65536;
bufferSize = 32;
}
Expand Down

0 comments on commit c9f216e

Please sign in to comment.