Added support for Orange Pi Zero 3
This commit is contained in:
parent
46f0930498
commit
630b050a6b
2 changed files with 3 additions and 0 deletions
|
|
@ -428,6 +428,8 @@ class Board:
|
|||
board = boards.ORANGE_PI_2
|
||||
elif board_value == "orangepipc2":
|
||||
board = boards.ORANGE_PI_PC2
|
||||
elif board_value == "orangepizero3":
|
||||
board = boards.ORANGE_PI_ZERO_3
|
||||
elif board_value == "orangepi3b":
|
||||
board = boards.ORANGE_PI_3B
|
||||
elif board_value == "orangepi3":
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ ORANGE_PI_PC2 = "ORANGE_PI_PC2"
|
|||
ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
|
||||
ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
|
||||
ORANGE_PI_ZERO_2 = "ORANGE_PI_ZERO_2"
|
||||
ORANGE_PI_ZERO_3 = "ORANGE_PI_ZERO_3"
|
||||
ORANGE_PI_3 = "ORANGE_PI_3"
|
||||
ORANGE_PI_3B = "ORANGE_PI_3B"
|
||||
ORANGE_PI_3_LTS = "ORANGE_PI_3_LTS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue