-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ensures firmware file will be deployed to T2 and updates deps #48
Conversation
d2eb7a9
to
7507732
Compare
Is there any easy way to confirm that the firmware has been pushed out to the attiny? |
@rwaldron I think the best way would just be to use |
No no, I meant on the actual μC itself... I have an attiny programmer and I'm wondering if I can use that to just confirm for myself? |
Oh gotcha. You can modify the code to just call the function to check the code CRC upon initialization and confirm that it matches the expected CRC. |
Okay I finally got around to testing this on T1. It looks like firmware updates have been non-functional on T1 for some indefinite amout of time. I reported the issue here: tessel/attiny-common#6. I also found out that updating doesn't always work on T2 (potentially due to the same root cause(s)). Those issues have been reported as #50 and tessel/attiny-common#5. Seeing as these issues have existed prior to this PR on T1 and it only adds functionality for T2, there is no reason not to merge this PR now and put out an |
I haven't heard any dissenting opinions so I will move forward with releasing new versions of |
Ensures firmware file will be deployed to T2 and updates deps
@johnnyman727 I've been trying to get my ambient module updated for hours and it just won't work, any ideas? When I look at the files that get deployed, everything is there, but regardless:
|
I will open a new issue |
Should be merged after tessel/attiny-common#4 is deployed to npm.