File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ This is a cut-down version of what's used in https://banglejs.com/apps
2222for Bangle.js apps, so much of the advice in https://github.com/espruino/BangleApps/blob/master/README.md
2323applies.
2424
25- ** However** because we're only handling one app at a time, we don't write the app
25+ ## Differences to banglejs.com/apps
26+
27+ * We're only handling one app at a time so we don't write the app
2628into a file called ` appid.app.js ` , but instead into ` .bootcde ` which is the file
2729that the Espruino writes into when writing "To Flash" (for more info see https://www.espruino.com/Saving )
30+ * We also don't have a launcher, so don't need to provide any 'JS' formatted images for apps
2831
2932## Credits
3033
Original file line number Diff line number Diff line change 11// Create an entry in apps.json as follows:
2- { "id" : " 7chname " ,
2+ { "id" : " _example_app " ,
33 "name" : " My app's human readable name" ,
44 "icon" : " icon.png" ,
55 "version" :" 0.01" ,
You can’t perform that action at this time.
0 commit comments