add lynx as unsupported device to web installer
This commit is contained in:
parent
d3fc5e1052
commit
a93f6636d4
@ -146,9 +146,9 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
|
|||||||
|
|
||||||
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
|
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() {
|
async function getLatestRelease() {
|
||||||
let product = await device.getVariable("product");
|
let product = await device.getVariable("product");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user