Skip to content

Commit f061f49

Browse files
authored
Update chip.py
1 parent fdbfd06 commit f061f49

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
@@ -153,6 +153,9 @@ def _linux_id(self):
153153
if self.detector.check_dt_compatible_value("sun50i-a64"):
154154
return chips.A64
155155

156+
if self.detector.check_dt_compatible_value("sun50i-h5"):
157+
return chips.H5
158+
156159
if self.detector.check_dt_compatible_value("mediatek,mt8167"):
157160
return chips.MT8167
158161

0 commit comments

Comments
 (0)