sport-climber
sport-climber
> possibly related or similar to [msys2/MSYS2-packages#2966](https://github.com/msys2/MSYS2-packages/issues/2966) I don't think so, the linked issue fails during the linking process. My issue is a little different in that the code compiles...
I'm trying to avoid creating a duplicate bug so I'm commenting here on this one but it might be a new issue. If you feel this is a new issue...
I cloned the repo and traced the failing call down to when the attach_kernel_driver(self._index-1) is called from ftdi.py: ``` def close(self, freeze: bool = False) -> None: """Close the FTDI...