Update Cart_Reader.ino

This commit is contained in:
sanni 2022-11-02 01:20:35 +01:00
parent 044e90f575
commit 61cc4b034c

View File

@ -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