Skip to content

Commit 4efebcf

Browse files
authored
Update board.py
1 parent f061f49 commit 4efebcf

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
@@ -256,6 +256,8 @@ def _armbian_id(self):
256256
board = boards.ORANGE_PI_2
257257
if board_value == "bananapim2zero":
258258
board = boards.BANANA_PI_M2_ZERO
259+
if board_value == "orangepizeroplus2-h5":
260+
board = boards.ORANGE_PI_ZERO_PLUS_2H5
259261

260262
return board
261263

0 commit comments

Comments
 (0)