include ID widget in bangle2

pull/864/head
Gordon Williams 2021-10-26 09:19:13 +01:00
parent 9cbcff08ac
commit 481f3c7965
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if (DEVICE=="BANGLEJS") {
var OUTFILE = path.join(ROOTDIR, '../Espruino/libs/banglejs/banglejs2_storage_default.c');
var APPS = [ // IDs of apps to install
"boot","launchb2","s7clk","setting",
"about","alarm","widlock","widbat","widbt"
"about","alarm","widlock","widbat","widbt","widid"
];
} else {
console.log("USAGE:");