Skip to content

Commit a7e8eb2

Browse files
committed
Add Bangle 2 warning
1 parent 5e91750 commit a7e8eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var originalAppJSON = undefined;
3737
function filterAppsForDevice(deviceId) {
3838
if (originalAppJSON===undefined)
3939
originalAppJSON = appJSON;
40-
if (deviceId=="BANGLEJS") {
40+
if (deviceId=="BANGLEJS" || deviceId=="BANGLEJS2") {
4141
showToast(`Looks like you've got a <a href="https://www.espruino.com/Bangle.js" target="_blank">Bangle.js</a>.
4242
This Espruino App loader will make your Bangle run <b>just a single app</b>. For multiple apps specifically for
4343
Bangle.js, please see the <a href="https://www.banglejs.com/apps">Bangle.js App Loader</a>`, "warning", 20000);

0 commit comments

Comments
 (0)