We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When forcefully removing Arduino and then reconnecting to it, some pins have not been removed/added properly.
Traceback (most recent call last): File "./ui\TabSerial.py", line 103, in toggle_connection self.parent.update_all_tabs() File "C:/Users/Ronny/Documents/GitHub/Spotter/spotterQt.py", line 318, in update_all_tabs t.update() File "./ui\TabObjects.py", line 60, in update self.refresh_slot_table() File "./ui\TabObjects.py", line 209, in refresh_slot_table pin_idx = pins.index(slot.pin) ValueError: <arduino.Pin object at 0x055A3E70> is not in list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When forcefully removing Arduino and then reconnecting to it, some pins have not been removed/added properly.
The text was updated successfully, but these errors were encountered: