-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't ever read the firmware version and module ID #31
Comments
Yes, it should check if you have the correct firmware version each time but it definitely should not need to update it each time. Thanks for reporting. |
@snollygolly want to try out tessel/attiny-common#9 for me? If it's easier for you, you can just manually update line of |
@johnnyman727 200 didn't work for me. I upped it in increments of 50, and 700 looks to be about the lowest I can go. |
@snollygolly maybe the best way to approach this would be to continually try to communicate with the module after the reset in 50ms increments until we get a response or 1000ms passes. If 1000ms pass, then we can try to update. Do you want to implement that? |
That sounds like a pretty solid idea. I'll sure give it a try! |
👍 Fantastic. Ping me when you're ready for a review. |
On every run of my project, I get the following:
It looks like it's always updating the firmware, and based on a quick slack conversation with @johnnyman727, that's not expected behavior.
The text was updated successfully, but these errors were encountered: