Skip to content

Commit ea97500

Browse files
committed
Update detect to work on multiple Beaglebone boards
1 parent 01b3d6e commit ea97500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/detect.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
print("Is this a Pi 4B?", detector.board.RASPBERRY_PI_4B)
1414
print("Is this a 40-pin Raspberry Pi?", detector.board.any_raspberry_pi_40_pin)
1515
print("Is this a Raspberry Pi Compute Module?", detector.board.any_raspberry_pi_cm)
16-
print("Is this a BeagleBone Black?", detector.board.BEAGLEBONE_BLACK)
17-
print("Is this a BeagleBone Green?", detector.board.BEAGLEBONE_GREEN)
16+
print("Is this a BeagleBone Board?", detector.board.any_beaglebone)
1817
print("Is this a Giant Board?", detector.board.GIANT_BOARD)
1918
print("Is this a Coral Dev Board?", detector.board.CORAL_EDGE_TPU_DEV)
2019
print("Is this a Coral Dev Board Mini?", detector.board.CORAL_EDGE_TPU_DEV_MINI)

0 commit comments

Comments
 (0)