From 6c400ba47fcd86adf96de79d65575db6df07327f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 28 Jul 2022 04:56:09 -0400 Subject: begin adding Pixel 6a (bluejay) support --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/web-install.js') 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"); -- cgit v1.3.1