Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/hifiberry/hifiberry-os
Browse files Browse the repository at this point in the history
… into development
  • Loading branch information
hifiberry committed Apr 4, 2023
2 parents 3cac86d + 184dbca commit 794e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/package/hifiberry-tools/detect-hifiberry
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function detect_card {

# DAC Plus
res=`i2cget -y 1 0x4d 40 2>/dev/null`
if [ "$res" == "0x02" ]; then
if [ "$res" == "0x02" ] || [ "$res" == "0x03" ]; then
DETECTED="dacplus"
return
fi
Expand Down

0 comments on commit 794e626

Please sign in to comment.