mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Merge branch 'sanni:master' into master
This commit is contained in:
commit
4a202f217d
@ -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