How do you download that prepared file to Bangle.js? Using the command-line tools again? What's the command?
I believe the issue is with unicode.js. This has been a continual source of frustration for me - it was added by Amperka for their Russian Espruino clone because (I think) they wanted print statements with Russian characters to work, but it messes with any strings you send over and it just needs to be removed IMO as I don't believe anyone actually uses it.
So... You have a few options I think:
Use EspruinoTools with the --storage .bootcde:testOut.js option which shouldn't try and re-transform the code
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.
How do you download that prepared file to Bangle.js? Using the command-line tools again? What's the command?
I believe the issue is with
unicode.js
. This has been a continual source of frustration for me - it was added by Amperka for their Russian Espruino clone because (I think) they wantedprint
statements with Russian characters to work, but it messes with any strings you send over and it just needs to be removed IMO as I don't believe anyone actually uses it.So... You have a few options I think:
--storage .bootcde:testOut.js
option which shouldn't try and re-transform the code