mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +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;
|
return result;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print_Error(F("N64.txt missing"), true);
|
print_Error(F("n64.txt missing"), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1813,7 +1813,7 @@ void getCartInfo_N64() {
|
|||||||
myFile.close();
|
myFile.close();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print_Error(F("N64.txt missing"), true);
|
print_Error(F("n64.txt missing"), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user