begin adding Pixel 6a (bluejay) support

This commit is contained in:
Daniel Micay
2022-07-28 04:56:09 -04:00
parent 564c8d5f2f
commit 6c400ba47f
5 changed files with 24 additions and 3 deletions

View File

@@ -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");