Skip to content

Commit 0e18221

Browse files
committed
Removed Banana Pro detection from _armbian_id
1 parent 23763a1 commit 0e18221

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ def _armbian_id(self) -> Optional[str]:
404404
board = boards.BANANA_PI_M2_BERRY
405405
elif board_value == "bananapim5":
406406
board = boards.BANANA_PI_M5
407-
elif board_value == "bananapipro":
408-
board = boards.LEMAKER_BANANA_PRO
409407
elif board_value == "orangepizeroplus2-h5":
410408
board = boards.ORANGE_PI_ZERO_PLUS_2H5
411409
elif board_value == "orangepizeroplus":

0 commit comments

Comments
 (0)