add tangorpro to web install internal lists

This commit is contained in:
Daniel Micay 2023-06-20 16:45:49 -04:00
parent 0611c76bbd
commit e0a6b5f948

View File

@ -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");