diff options
Diffstat (limited to 'static/js/web-install.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 9fefe5c5..1c234eab 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 = ["raven", "oriole"]; +const gs101Devices = ["bluejay", "raven", "oriole"]; async function getLatestRelease() { let product = await device.getVariable("product"); |
