if you just do a BOARD=BANGLEJS RELEASE=1 make that's enough to build bootloader+app+softdevice in one, so you just upload the final file
To install JS, you have to do that from the app loader - just "install default apps". On BJS1 there's not enough flash to store a 'factory reset' image like we do on BJS2
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 just do a
BOARD=BANGLEJS RELEASE=1 make
that's enough to build bootloader+app+softdevice in one, so you just upload the final fileTo install JS, you have to do that from the app loader - just "install default apps". On BJS1 there's not enough flash to store a 'factory reset' image like we do on BJS2