Skip to content

Commit ba98c76

Browse files
authored
Update board.py
1 parent 67e69af commit ba98c76

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
@@ -290,6 +290,8 @@ def _armbian_id(self):
290290
board = boards.ORANGE_PI_ZERO_PLUS_2H5
291291
elif board_value == "orangepizeroplus":
292292
board = boards.ORANGE_PI_ZERO_PLUS
293+
elif board_value == "orangepizero2":
294+
board = boards.ORANGE_PI_ZERO_2
293295
elif board_value == "nanopiair":
294296
board = boards.NANOPI_NEO_AIR
295297
elif board_value == "nanopiduo2":

0 commit comments

Comments
 (0)