Replies: 1 comment 1 reply
-
|
This doesn't seem like it's even seen on espruino discussions page, so I'm closing this for now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently been tinkering with bootloader scripts, and I noticed that when I upload a new version of that code from IDE, the watch would update boot0, but sometimes would corrupt a line or two from what I can see? What happens is the watch gives errors unrelated to what I uploaded, for example, if I upload a bootloader script for animating loading, it will return an error in the IDE that sleeplog.global is undefined. Same thing with different code, just different unrelated errors. I pushed through that by reuploading, but now many boot scripts are broken on my watch, and it is behaving erratically. I'm wondering, is there a way to fully regenerate the .boot0 file from scratch, hopefully mitigating these errors that have compounded?
Beta Was this translation helpful? Give feedback.
All reactions