Skip to content

Commit 8cc24b0

Browse files
authored
Merge pull request #312 from HarryWeppner/beaglebone-a3
add support for BeagleBone rev. A3
2 parents 66aa5de + 740b62d commit 8cc24b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
BEAGLEBONE_AI64: (("B0", "7.BBONEA")),
428428
# Original bone/white:
429429
BEAGLEBONE: (
430+
("A3", "A335BONE00A3"),
430431
("A4", "A335BONE00A4"),
431432
("A5", "A335BONE00A5"),
432433
("A6", "A335BONE00A6"),

0 commit comments

Comments
 (0)