Fix Orange Pi 3 Order
This commit is contained in:
parent
441bd45d49
commit
db20929932
1 changed files with 2 additions and 2 deletions
|
|
@ -398,10 +398,10 @@ class Board:
|
||||||
board = boards.ORANGE_PI_2
|
board = boards.ORANGE_PI_2
|
||||||
elif board_value == "orangepipc2":
|
elif board_value == "orangepipc2":
|
||||||
board = boards.ORANGE_PI_PC2
|
board = boards.ORANGE_PI_PC2
|
||||||
elif board_value == "orangepi3":
|
|
||||||
board = boards.ORANGE_PI_3
|
|
||||||
elif board_value == "orangepi3b":
|
elif board_value == "orangepi3b":
|
||||||
board = boards.ORANGE_PI_3B
|
board = boards.ORANGE_PI_3B
|
||||||
|
elif board_value == "orangepi3":
|
||||||
|
board = boards.ORANGE_PI_3
|
||||||
elif board_value == "orangepi3-lts":
|
elif board_value == "orangepi3-lts":
|
||||||
board = boards.ORANGE_PI_3_LTS
|
board = boards.ORANGE_PI_3_LTS
|
||||||
elif board_value == "orangepi4":
|
elif board_value == "orangepi4":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue