I have a compiled version on Windows 10 working. This also works out of the box which looks promising: make USE_CRYPTO=1 USE_TLS=1 USE_GRAPHICS=1 USE_AES=1
This means potentially we will be able to use https:// to hit other sites.
I've also got issues with save() - if you do this it appears to corrupt the flash memory and the board won't boot on reset and needs to be re-flashed. I've put more detail on the gitter.im feed
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.
I have a compiled version on Windows 10 working. This also works out of the box which looks promising:
make USE_CRYPTO=1 USE_TLS=1 USE_GRAPHICS=1 USE_AES=1
This means potentially we will be able to use https:// to hit other sites.
This is working:
however this errors:
I've also got issues with
save()
- if you do this it appears to corrupt the flash memory and the board won't boot on reset and needs to be re-flashed. I've put more detail on the gitter.im feed