add lynx as unsupported device to web installer

This commit is contained in:
Daniel Micay 2023-05-11 01:54:11 -04:00
parent d3fc5e1052
commit a93f6636d4

View File

@ -146,9 +146,9 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
const tensorDevices = ["cheetah", "panther", "bluejay", "raven", "oriole"];
const tensorDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole"];
const day1SnapshotCancelDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
const day1SnapshotCancelDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
async function getLatestRelease() {
let product = await device.getVariable("product");