diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-08 21:00:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-08 21:00:54 -0400 |
| commit | 1756cb64e81ea42a3667bd80c12bae70965abd75 (patch) | |
| tree | cc16abff953a67a5ff5beb78a47bfd0fb14f4ce7 /static/js | |
| parent | 07256d44d04598d15536e0ed746f0fcbc06f56db (diff) | |
drop obsolete 3rd gen Pixels from web installer
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 4f76e5a7..1997ca9a 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,11 +140,11 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const legacyQualcommDevices = ["sunfish", "coral", "flame"]; const tensorDevices = ["cheetah", "panther", "bluejay", "raven", "oriole"]; |
