greaseweazle icon indicating copy to clipboard operation
greaseweazle copied to clipboard

read_with_retry, with an error on track 0, don't seek to other track

Open gnilsson2 opened this issue 6 months ago • 0 comments

The seek retry logic always seek to track 0, and back ! So no effective track change when already on track 0. if retry != 0: usb.seek(0, 0) usb.seek(t.physical_cyl, t.physical_head) seek_retry += 1

gnilsson2 avatar Sep 29 '25 08:09 gnilsson2