diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 01:54:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 01:55:11 -0400 |
| commit | a93f6636d49d07327917b458ca1d92806ec530db (patch) | |
| tree | 79410c9c0e7c614f955906eb984cee383de17e29 /static/js | |
| parent | d3fc5e10526aeead7cd4326231c11147102c8133 (diff) | |
add lynx as unsupported device to web installer
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 1997ca9a..496e1385 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 = ["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"); |
