If you can load the code i use, on your 6.49??
.boot0 https://pastebin.com/1y9HHHLJ
.bootcde https://pastebin.com/iN4dp74x
and .bootcde is pulling in: require("gbridge.wid.js"); require("widbt.wid.js"); from each of these apps.
My code turns BT on (.wake()) if you hold BTN1 for 5 seconds, but you have to do it atleast 3 seconds after the screen comes on.
I cannot test with BangleApp because i put my watch back together. So i've lost my ability to test power usage now :)
Can you give me some insight into where i can find the .bootrst code? within Espruino project.
@d3nd3-o0 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If you can load the code i use, on your 6.49??
.boot0
https://pastebin.com/1y9HHHLJ
.bootcde
https://pastebin.com/iN4dp74x
and .bootcde is pulling in:
require("gbridge.wid.js");
require("widbt.wid.js");
from each of these apps.
My code turns BT on (.wake()) if you hold BTN1 for 5 seconds, but you have to do it atleast 3 seconds after the screen comes on.
I cannot test with BangleApp because i put my watch back together. So i've lost my ability to test power usage now :)