summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rw-r--r--static/js/web-install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index fa9a7960..7d9141a2 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,9 +146,9 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
-const tensorDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole"];
+const tensorDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"];
-const day1SnapshotCancelDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
+const day1SnapshotCancelDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
async function getLatestRelease() {
let product = await device.getVariable("product");