mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update N64.ino
This commit is contained in:
parent
eef3f38dd0
commit
727b49f4e6
@ -1755,7 +1755,7 @@ boolean searchCRC(char crcStr[9]) {
|
||||
return result;
|
||||
}
|
||||
else {
|
||||
print_Error(F("N64.txt missing"), true);
|
||||
print_Error(F("n64.txt missing"), true);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1813,7 +1813,7 @@ void getCartInfo_N64() {
|
||||
myFile.close();
|
||||
}
|
||||
else {
|
||||
print_Error(F("N64.txt missing"), true);
|
||||
print_Error(F("n64.txt missing"), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user