From e0a6b5f948bfbb08f7e3f520bba9c86a64e95b7d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 20 Jun 2023 16:45:49 -0400 Subject: [PATCH] add tangorpro to web install internal lists --- static/js/web-install.js | 4 ++-- 1 file 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");