-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not quite working: Posix TZ hotswap #110
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Looks like it's missing the esptool part, that calculates the checksum byte, that goes right before the SHA256 sum. |
Oh man, does esptool.js not properly handle the checksum byte? It's gonna be a pain to calculate it yourself. |
Thinking about this again. I think we need to add a bit of logic to only rewrite the hashes if we actually do a string replace. Once that's in there, is it ready to ship? |
@jp-bennett seems to fail checksum, but this is the initial WIP
Closes #107