From 6ae13d71937acf2444c1ed69a474404a6173b7b8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 27 Jun 2023 14:16:34 -0400 Subject: [PATCH] add disabled Pixel Fold support to web installer --- 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 70635843..04723fa9 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 = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; +const tensorDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; -const day1SnapshotCancelDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; +const day1SnapshotCancelDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; async function getLatestRelease() { let product = await device.getVariable("product");