Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Add Pixel 5a (barbet) support (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: trondd555 <trondd555@github>
  • Loading branch information
trondd555 and trondd555 authored Aug 29, 2021
1 parent 2b6c3f8 commit b433c02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ var allDevices = []*devices.Device{
Family: "redfin",
AVBMode: devices.AVBModeChainedV2,
},
&devices.Device{
Name: "barbet",
Friendly: "Pixel 5a",
Family: "barbet",
AVBMode: devices.AVBModeChainedV2,
},
}

func main() {
Expand Down

0 comments on commit b433c02

Please sign in to comment.