mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-24 12:01:53 +01:00
Remove crc file after successful Controller Pak read
This commit is contained in:
parent
2c009230cd
commit
a49d8c6590
@ -1698,6 +1698,7 @@ void verifyCRC() {
|
|||||||
|
|
||||||
if (writeErrors == 0) {
|
if (writeErrors == 0) {
|
||||||
println_Msg(F("Read successfully"));
|
println_Msg(F("Read successfully"));
|
||||||
|
sd.remove(filePath);
|
||||||
display_Update();
|
display_Update();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user