Skip to content

Commit

Permalink
devices: Add names for Pixel 6 (oriole) and Pixel 6 Pro (raven)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Nov 12, 2021
1 parent 16a14f3 commit 5442573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const DEVICE_NAMES = {
sunfish: "Pixel 4a",
bramble: "Pixel 4a 5G",
redfin: "Pixel 5",
oriole: "Pixel 6",
raven: "Pixel 6 Pro",
};

export function getDeviceName(device) {
Expand Down

0 comments on commit 5442573

Please sign in to comment.