Open Michael-Esser777 opened 2 hours ago
Hey @Michael-Esser777 is this an error that you are getting when pysquared.py
is initialized or when you try to call this function?
Also, there aren't any line numbers here, so could you let me know what is on line 630 or upload a copy of your file to the issue ticket?
We get an error on the "umount("/sd")" line: [pysquared]error unmounting SD cardTraceback (most recent call last): File "lib/pysquared.py", line 630, in reset_vbus OSError: [Errno 22] Invalid argument
We've tried everything including manually adding a sd directory to the rp2040. Also, even when we comment out the umount line, this function deinitializes our radio and kills the satellite. When we comment out the function entirely the satellite works perfectly fine.