diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 16:45:49 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 16:45:49 -0400 |
| commit | e0a6b5f948bfbb08f7e3f520bba9c86a64e95b7d (patch) | |
| tree | af4a77f23544d6435c9998a73e4eba21029b2097 /static/js/web-install.js | |
| parent | 0611c76bbd17fa7e44a9acda03c889738860004e (diff) | |
add tangorpro to web install internal lists
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index fa9a7960..7d9141a2 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -146,9 +146,9 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla const legacyQualcommDevices = ["sunfish", "coral", "flame"]; -const tensorDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; +const tensorDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; -const day1SnapshotCancelDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; +const day1SnapshotCancelDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; async function getLatestRelease() { let product = await device.getVariable("product"); |
