Merge branch 'adafruit:main' into main
This commit is contained in:
commit
55436d5fba
1 changed files with 2 additions and 2 deletions
|
|
@ -406,10 +406,10 @@ class Board:
|
|||
board = boards.ORANGE_PI_2
|
||||
elif board_value == "orangepipc2":
|
||||
board = boards.ORANGE_PI_PC2
|
||||
elif board_value == "orangepi3":
|
||||
board = boards.ORANGE_PI_3
|
||||
elif board_value == "orangepi3b":
|
||||
board = boards.ORANGE_PI_3B
|
||||
elif board_value == "orangepi3":
|
||||
board = boards.ORANGE_PI_3
|
||||
elif board_value == "orangepi3-lts":
|
||||
board = boards.ORANGE_PI_3_LTS
|
||||
elif board_value == "orangepi4":
|
||||
|
|
|
|||
Loading…
Reference in a new issue