Skip to content

Commit f6bf2ed

Browse files
authored
Update chip.py
1 parent e1dedd7 commit f6bf2ed

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)