diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-09-07 04:50:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-07 04:50:27 -0400 |
| commit | 31376df595d1e191d2f8847873194f2c011fbd2d (patch) | |
| tree | fcb009557653afab1941ef3575ab8c9a645876c0 /static/js/web-install.js | |
| parent | 20d20ea7467dfac97cd25d7f224e1bee6a46f094 (diff) | |
launch experimental Pixel 5a 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 89a6565a..62f90264 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 = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; async function getLatestRelease() { let product = await device.getVariable("product"); |
