summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-12-01 00:15:30 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-12-02 04:47:55 -0500
commitf450a6a57d393e7bc1f154dddb2f039965483394 (patch)
treeccc3a7366e41402dc46bcc96a125c882a90daf2a /static/js
parent2beeb4a807fe15a51d82d509f2a0f8a2b6a0134f (diff)
add raven/oriole to web installer
Diffstat (limited to 'static/js')
-rw-r--r--static/js/web-install.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index f6b7d82b..40d2ad98 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 = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
+const supportedDevices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
async function getLatestRelease() {
let product = await device.getVariable("product");