From f450a6a57d393e7bc1f154dddb2f039965483394 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 1 Dec 2021 00:15:30 -0500 Subject: [PATCH] add raven/oriole to web installer --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");