-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
rph usb driver for 0.1.0 #12
base: testing
Are you sure you want to change the base?
Conversation
X6500, ZTEX: Fix PyUSB 0.4 compatibility issues
WebUI: Fix boolean enums
Merge testing branch changes (mostly bug fixes) to master
@@ -1,7 +1,6 @@ | |||
*~ | |||
*.log | |||
*.pyc | |||
usb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, we should solve this in a way that still ignores the pyusb folder that could be placed in the root directory.
No idea how exactly gitignore works here, could be easiest to just rename your worker module to something else...
Seems like this is mostly copy&pasted from one of my modules with just some changes to the actual USB commands in driver.py, so there is not much that could go wrong here. See line comments for some minor nitpicks. |
No description provided.