We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb686e8 commit 9b33be2Copy full SHA for 9b33be2
adafruit_platformdetect/board.py
@@ -399,7 +399,7 @@ def _armbian_id(self) -> Optional[str]:
399
elif board_value == "nanopineo":
400
board = boards.NANOPI_NEO
401
elif board_value == "nanopineo2":
402
- board = boards.NANOPI_NEO_2
+ board = boards.NANOPI_NEO_2
403
elif board_value == "nezha":
404
board = boards.LICHEE_RV
405
elif board_value == "pcduino2":
@@ -666,7 +666,7 @@ def _allwinner_variants_id(self) -> Optional[str]:
666
if "neo" in board_value and "SUN8I" in chip_id:
667
board = boards.NANOPI_NEO_AIR
668
elif "neo2" in board_value and "H5" in chip_id:
669
670
elif any(x in board_value for x in ("orange pi", "orangepi")):
671
if "zero" in board_value:
672
if "H5" in chip_id:
0 commit comments