Skip to content

Commit 67e69af

Browse files
authored
Update chip.py
1 parent adb8a42 commit 67e69af

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
@@ -195,6 +195,9 @@ def _linux_id(self):
195195
if self.detector.check_dt_compatible_value("sun50iw9"):
196196
return chips.H616
197197

198+
if self.detector.check_dt_compatible_value("sun50i-h616"):
199+
return chips.H616
200+
198201
if self.detector.check_dt_compatible_value("mediatek,mt8167"):
199202
return chips.MT8167
200203

0 commit comments

Comments
 (0)