Fix Orange Pi 3 Order

This commit is contained in:
Melissa LeBlanc-Williams 2024-06-17 09:25:03 -07:00
parent 441bd45d49
commit db20929932

View file

@ -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":