From 92c2ef5f0b88c86802b7be52f36fdaf4c8c8a245 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 28 Jul 2022 22:08:53 -0400 Subject: unhide Pixel 6a support --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') 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"]; -- cgit v1.3.1