Skip to content

Commit d768248

Browse files
authored
Update board.py
1 parent b0ece63 commit d768248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def _armbian_id(self) -> Optional[str]:
306306
board = boards.ORANGE_PI_2
307307
elif board_value == "orangepi3":
308308
board = boards.ORANGE_PI_3
309-
elif board_value == "orangepi3lts":
309+
elif board_value == "orangepi3-lts":
310310
board = boards.ORANGE_PI_3_LTS
311311
elif board_value == "bananapim2zero":
312312
board = boards.BANANA_PI_M2_ZERO

0 commit comments

Comments
 (0)