We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91750 commit a7e8eb2Copy full SHA for a7e8eb2
loader.js
@@ -37,7 +37,7 @@ var originalAppJSON = undefined;
37
function filterAppsForDevice(deviceId) {
38
if (originalAppJSON===undefined)
39
originalAppJSON = appJSON;
40
- if (deviceId=="BANGLEJS") {
+ if (deviceId=="BANGLEJS" || deviceId=="BANGLEJS2") {
41
showToast(`Looks like you've got a <a href="https://www.espruino.com/Bangle.js" target="_blank">Bangle.js</a>.
42
This Espruino App loader will make your Bangle run <b>just a single app</b>. For multiple apps specifically for
43
Bangle.js, please see the <a href="https://www.banglejs.com/apps">Bangle.js App Loader</a>`, "warning", 20000);
0 commit comments