Skip to content

Commit 74e1d05

Browse files
authored
Update board.py
1 parent 5423a45 commit 74e1d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ def id(self):
121121
board_id = self._pynq_id()
122122
elif chip_id == chips.A64:
123123
board_id = self._pine64_id()
124+
elif chip_id == chips.H5:
125+
board_id = self._armbian_id()
124126
elif chip_id == chips.A33:
125127
board_id = self._clockwork_pi_id()
126128
elif chip_id == chips.RK3308:

0 commit comments

Comments
 (0)