Skip to content

Commit 446acd4

Browse files
committed
Fix naming of orange pi one.
1 parent bf73044 commit 446acd4

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
@@ -457,7 +457,7 @@ def _armbian_id(self):
457457
return ORANGE_PI_R1
458458
if board_value == "orangepizero":
459459
return ORANGE_PI_ZERO
460-
if board_value == "oragepione":
460+
if board_value == "orangepione":
461461
return ORANGE_PI_ONE
462462
if board_value == "orangepilite":
463463
return ORANGE_PI_LITE

0 commit comments

Comments
 (0)