We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23763a1 commit 0e18221Copy full SHA for 0e18221
adafruit_platformdetect/board.py
@@ -404,8 +404,6 @@ def _armbian_id(self) -> Optional[str]:
404
board = boards.BANANA_PI_M2_BERRY
405
elif board_value == "bananapim5":
406
board = boards.BANANA_PI_M5
407
- elif board_value == "bananapipro":
408
- board = boards.LEMAKER_BANANA_PRO
409
elif board_value == "orangepizeroplus2-h5":
410
board = boards.ORANGE_PI_ZERO_PLUS_2H5
411
elif board_value == "orangepizeroplus":
0 commit comments