diff --git a/loader.js b/loader.js
index a6faa80..d8e87bd 100644
--- a/loader.js
+++ b/loader.js
@@ -37,7 +37,7 @@ var originalAppJSON = undefined;
function filterAppsForDevice(deviceId) {
if (originalAppJSON===undefined)
originalAppJSON = appJSON;
- if (deviceId=="BANGLEJS") {
+ if (deviceId=="BANGLEJS" || deviceId=="BANGLEJS2") {
showToast(`Looks like you've got a Bangle.js.
This Espruino App loader will make your Bangle run just a single app. For multiple apps specifically for
Bangle.js, please see the Bangle.js App Loader`, "warning", 20000);