Skip to content

Commit 9bada62

Browse files
authored
Update board.py
1 parent db02a86 commit 9bada62

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
@@ -258,6 +258,8 @@ def _armbian_id(self):
258258
board = boards.BANANA_PI_M2_ZERO
259259
if board_value == "orangepizeroplus2-h5":
260260
board = boards.ORANGE_PI_ZERO_PLUS_2H5
261+
if board_value == "orangepizeroplus":
262+
board = boards.ORANGE_PI_ZERO_PLUS
261263

262264
return board
263265

0 commit comments

Comments
 (0)