Skip to content

Commit 40887eb

Browse files
authored
Add Beaglebone Black revision D
Adafruit Platform Detect is missing Beaglebone Black rev D boards id
1 parent 79b1a60 commit 40887eb

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
@@ -599,6 +599,7 @@
599599
("B", "A335BNLT000B"),
600600
("C", "A335BNLT000C"),
601601
("C", "A335BNLT00C0"),
602+
("D", "A335BNLT00D0"),
602603
),
603604
BEAGLEBONE_BLUE: (("A2", "A335BNLTBLA2"),),
604605
BEAGLEBONE_BLACK_WIRELESS: (("A5", "A335BNLTBWA5"),),

0 commit comments

Comments
 (0)