Skip to content

Commit

Permalink
Add Bangle 2 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jul 4, 2023
1 parent 5e91750 commit a7e8eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://www.espruino.com/Bangle.js" target="_blank">Bangle.js</a>.
This Espruino App loader will make your Bangle run <b>just a single app</b>. For multiple apps specifically for
Bangle.js, please see the <a href="https://www.banglejs.com/apps">Bangle.js App Loader</a>`, "warning", 20000);
Expand Down

0 comments on commit a7e8eb2

Please sign in to comment.