summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 84443fd7..fe1d8fcd 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,7 +146,7 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
-const gs101Devices = ["bluejay", "raven", "oriole"];
+const tensorDevices = ["cheetah", "panther", "bluejay", "raven", "oriole"];
async function getLatestRelease() {
let product = await device.getVariable("product");
@@ -238,7 +238,7 @@ async function flashRelease(setProgress) {
await device.runCommand("erase:msadp_a");
await device.runCommand("erase:msadp_b");
}
- if (gs101Devices.includes(product)) {
+ if (tensorDevices.includes(product)) {
setProgress("Disabling FIPS...");
await device.runCommand("erase:fips");
setProgress("Erasing DPM...");