Remove crc file after successful Controller Pak read

This commit is contained in:
sanni 2022-10-08 19:20:21 +02:00
parent 2c009230cd
commit a49d8c6590

View File

@ -1698,6 +1698,7 @@ void verifyCRC() {
if (writeErrors == 0) {
println_Msg(F("Read successfully"));
sd.remove(filePath);
display_Update();
}
else {