Add progressbar to SMS

This commit is contained in:
sanni 2022-06-16 17:57:00 +02:00 committed by GitHub
parent dccc99c0ad
commit c9a9e5872e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 718 additions and 707 deletions

View File

@ -410,7 +410,6 @@ void mdCartMenu() {
resetArduino();
break;
}
println_Msg(F(""));
println_Msg(F("Press Button..."));
display_Update();
wait();
@ -1294,10 +1293,13 @@ void readROM_MD() {
//println_Msg(F("s"));
//display_Update();
println_Msg(F("Calculating checksum..."));
display_Update();
// Calculate and compare CRC32 with no-intro
compareCRC("md.txt");
// print Checksum
// Calculate internal checksum
if (chksum == calcCKS) {
println_Msg(F("Internal checksum OK"));
display_Update();

File diff suppressed because it is too large Load Diff