]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge pull request #187 from crbn60/master 3.0.6
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Mon, 2 Dec 2019 21:30:56 +0000 (13:30 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 21:30:56 +0000 (13:30 -0800)
Duplicate Beaglebone Black for Green Wireless

src/board.py

index f56af38398a08606b128691bcf6948dab9b36e35..7d4381ccbf11242bc10e8860e8de054af4c98985 100755 (executable)
@@ -58,6 +58,9 @@ elif detector.board.RASPBERRY_PI_B_REV2:
 elif board_id == ap_board.BEAGLEBONE_BLACK:
     from adafruit_blinka.board.beaglebone_black import *
 
+elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
+    from adafruit_blinka.board.beaglebone_black import *
+
 elif board_id == ap_board.BEAGLEBONE_POCKETBEAGLE:
     from adafruit_blinka.board.beaglebone_pocketbeagle import *