-
• #2
They're all available here: http://www.espruino.com/binaries/travis/
Sorting by date might help you - but if you want the basic 1v94 you can just download it from here: http://www.espruino.com/Download
-
• #4
Ahh - if you need something like that in future, the 'hash' number they're organised by is the Git commit. You can often check back on GitHub to find it out (https://github.com/espruino/Espruino/releases) or running
process.env
on the board will tell you as well
Hi @Gordon -- I'm looking for a released version 1.94 for the nrf52832. In travis, I can only find the latest version. Specifically, the newest version returns different JSON for NRF.findDevices() and I'm doing some testing where I need the older style. Where do I find that binary?
Thanks!