diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 18:38:51 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-21 03:59:51 -0400 |
| commit | 7db9a465005a0823957f50909e26b40e23e72534 (patch) | |
| tree | 821fea74db98ab56ea0b85225acdd23de7f984de /static/js | |
| parent | 68b8ac56a634c433800fb277bdcf2c0c36c26aa0 (diff) | |
publish Pixel Tablet 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 7d9141a2..70635843 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 = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; |
