Skip to content

Commit 410a8e2

Browse files
authored
Merge pull request #157 from twa127/master
Add PineH64 Model B detection
2 parents 1e45904 + f6bf2ed commit 410a8e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/chip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ def _linux_id(self):
189189
if self.detector.check_dt_compatible_value("sun50i-h5"):
190190
return chips.H5
191191

192+
if self.detector.check_dt_compatible_value("sun50i-h6"):
193+
return chips.H6
194+
192195
if self.detector.check_dt_compatible_value("sun50iw9"):
193196
return chips.H616
194197

0 commit comments

Comments
 (0)