diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-28 22:08:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 92c2ef5f0b88c86802b7be52f36fdaf4c8c8a245 (patch) | |
| tree | e5722c6282b4fa22de5e7f39e1f87d1f1a03bc47 /static/js/web-install.js | |
| parent | 5ec44834dc004077c6007ad828ee02c7b52d85b1 (diff) | |
unhide Pixel 6a support
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 1c234eab..3fbec2d4 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; |
