File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ def _armbian_id(self) -> Optional[str]:
399
399
elif board_value == "nanopineo" :
400
400
board = boards .NANOPI_NEO
401
401
elif board_value == "nanopineo2" :
402
- board = boards .NANOPI_NEO_2
402
+ board = boards .NANOPI_NEO_2
403
403
elif board_value == "nezha" :
404
404
board = boards .LICHEE_RV
405
405
elif board_value == "pcduino2" :
@@ -666,7 +666,7 @@ def _allwinner_variants_id(self) -> Optional[str]:
666
666
if "neo" in board_value and "SUN8I" in chip_id :
667
667
board = boards .NANOPI_NEO_AIR
668
668
elif "neo2" in board_value and "H5" in chip_id :
669
- board = boards .NANOPI_NEO_2
669
+ board = boards .NANOPI_NEO_2
670
670
elif any (x in board_value for x in ("orange pi" , "orangepi" )):
671
671
if "zero" in board_value :
672
672
if "H5" in chip_id :
You can’t perform that action at this time.
0 commit comments