-
-
I'm currently working on splitting up the gbridge app into several feature focused apps/widgets.
You can find my gadgetbridge call control app here: https://github.com/detached/BangleApps/tree/new-gbridge-apps/apps/gbcall.
I think I will create a pull request in the next days. -
-
The espruino cli package is quite interesting, thank you!
I was thinking about something like the
gradle installDebug
from the Android world. You could work in the editor of your choice and execute anpm run install $myFancyApp
on the cli. I think this would speed up things.