-
Notifications
You must be signed in to change notification settings - Fork 17
Fixed Issue #11 with Samsung EVO 32GB cards #20
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
Conversation
and also added dynamic CRC checking
why is this failing? It's working on my board(GrandCentral).. or is this to do with the mess I made of the PR's and deleting my repo? |
It looks like it's failing at Pylint, which makes sure your code is consistent. You should be able to see the build log by clicking some links to see the travis logs. Here's the particular lines:
|
ok I fixed the pylint issues and committed it to my branch.. will it automatically be picked up here? |
Consider using enumerate instead of iterating with range and len (consider-using-enumerate)
Here is a test program to show how I calculated |
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.
Awesome! Thank you!
Updating https://github.com/adafruit/Adafruit_CircuitPython_SD to 3.2.4 from 3.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_SD#20 from devoh747/master
and also added dynamic CRC checking