mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 06:54:15 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
044e90f575
commit
61cc4b034c
@ -684,6 +684,8 @@ void rewind_line(FsFile& readfile, byte count = 1) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (position)
|
||||
readfile.seekCur(1);
|
||||
}
|
||||
|
||||
// Calculate CRC32 if needed and compare it to CRC read from database
|
||||
|
Loading…
Reference in New Issue
Block a user