Skip to content

Commit

Permalink
add disabled Pixel Fold support to web installer
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 27, 2023
1 parent bad2e0e commit beaf7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/web-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit beaf7c9

Please sign in to comment.