InfiniDrive v1.0.1 Changelog
- Added garbage collection at the end of each loop iteration when uploading or downloading. Hopefully this will prevent process terminations by the operating system on memory-limited devices such as the Raspberry Pi.
- Added missing closure of file at the end of uploading (this technically should not matter since the program exits afterwards, but to be safe, we've included it anyway)