From 87a1ce8e76ae4a5c8c0228ccbe189609026f88f6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 27 Jun 2023 14:47:02 -0400 Subject: publish Pixel Fold (felix) 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 04723fa9..7316e443 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 = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -- cgit v1.3.1