As mentioned some days ago, I've created a simple dictionary for Espruino Extensions in github.
Some extension are there, mainly for testing. They are left over from some hacking months/years ago.
An interface to this is added in actual version of firmware tool.
In a next step I would like to do something similiar for modules.
Options comin to my mind are
upload from local computer, that would support self written modules. This is an easy part and is already implemented in a not fully tested version
use modules from https://www.espruino.com/modules/ Thats a very long list with minified files but without md files. Would have to scan this list with regex, which is not my favourite tool. Anyway, would be my problem
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.
As mentioned some days ago, I've created a simple dictionary for Espruino Extensions in github.
Some extension are there, mainly for testing. They are left over from some hacking months/years ago.
An interface to this is added in actual version of firmware tool.
In a next step I would like to do something similiar for modules.
Options comin to my mind are
Is there an better option ?