diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:34 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:34 -0400 |
| commit | 6ae13d71937acf2444c1ed69a474404a6173b7b8 (patch) | |
| tree | cc3355c6121a88bf4a29ff23b33fe54c099cb18f /static/js/web-install.js | |
| parent | 50982f9a0574823532e122442d9a3930c9af9123 (diff) | |
add disabled Pixel Fold support to web installer
Diffstat (limited to 'static/js/web-install.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 70635843..04723fa9 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 = ["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"); |
