summaryrefslogtreecommitdiff
path: root/static/js/web-install.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-07-28 04:56:09 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit6c400ba47fcd86adf96de79d65575db6df07327f (patch)
tree8514411b0e5b792e8d801be6e131300ef17fa010 /static/js/web-install.js
parent564c8d5f2f844744977351bb689ead5610d619eb (diff)
begin adding Pixel 6a (bluejay) support
Diffstat (limited to 'static/js/web-install.js')
-rw-r--r--static/js/web-install.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 9fefe5c5..1c234eab 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,7 +146,7 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
-const gs101Devices = ["raven", "oriole"];
+const gs101Devices = ["bluejay", "raven", "oriole"];
async function getLatestRelease() {
let product = await device.getVariable("product");