diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:47:02 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-28 18:04:36 -0400 |
| commit | 87a1ce8e76ae4a5c8c0228ccbe189609026f88f6 (patch) | |
| tree | a529f97a8cb06af9eafab730d26e21a0715f17e7 /static/js | |
| parent | d466b91e5632a51942a92302031d87b308149cbf (diff) | |
publish Pixel Fold (felix) support
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |
