Merge branch 'adafruit:main' into main

This commit is contained in:
Vladimir Shtarev 2024-07-05 14:50:04 +03:00 committed by GitHub
commit 55436d5fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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