diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 17:11:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 19:35:11 -0400 |
| commit | e411cb3283597d05000036927a9ff08329f5d0fb (patch) | |
| tree | 4bdce4c6b654415a32fdf545b0db39b2a7487d17 /static/js | |
| parent | 72e1d9ccfdc31a7a34a3fdb76a9d9168bdca0e18 (diff) | |
publish experimental Pixel 7 / Pixel 7 Pro support
Diffstat (limited to 'static/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 fe1d8fcd..78bf089b 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 = ["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", "bonito", "sargo", "crosshatch", "blueline"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; |
