From e411cb3283597d05000036927a9ff08329f5d0fb Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 Oct 2022 17:11:19 -0400 Subject: publish experimental Pixel 7 / Pixel 7 Pro 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 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"]; -- cgit v1.3.1