Ran Black on the repo
This commit is contained in:
parent
eb686e82cc
commit
9b33be2af4
1 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ class Board:
|
|||
elif board_value == "nanopineo":
|
||||
board = boards.NANOPI_NEO
|
||||
elif board_value == "nanopineo2":
|
||||
board = boards.NANOPI_NEO_2
|
||||
board = boards.NANOPI_NEO_2
|
||||
elif board_value == "nezha":
|
||||
board = boards.LICHEE_RV
|
||||
elif board_value == "pcduino2":
|
||||
|
|
@ -666,7 +666,7 @@ class Board:
|
|||
if "neo" in board_value and "SUN8I" in chip_id:
|
||||
board = boards.NANOPI_NEO_AIR
|
||||
elif "neo2" in board_value and "H5" in chip_id:
|
||||
board = boards.NANOPI_NEO_2
|
||||
board = boards.NANOPI_NEO_2
|
||||
elif any(x in board_value for x in ("orange pi", "orangepi")):
|
||||
if "zero" in board_value:
|
||||
if "H5" in chip_id:
|
||||
|
|
|
|||
Loading…
Reference in a new issue