Not quite working: Posix TZ hotswap
@jp-bennett seems to fail checksum, but this is the initial WIP Closes #107
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| web-flasher | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 7, 2024 4:59am |
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.
https://github.com/espressif/esptool-js/issues/156
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?