diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index fc00772..1b35cac 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -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":