]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Added Beaglebone Black Wireless as a device.
authorOwen <obrake3@gmail.com>
Sat, 22 Feb 2020 15:59:51 +0000 (10:59 -0500)
committerOwen <obrake3@gmail.com>
Sat, 22 Feb 2020 15:59:51 +0000 (10:59 -0500)
src/board.py

index d30f631d168d83ed882517964ab2d4094309477f..c804bb8dacba7653843992ac19e2f0758399485f 100755 (executable)
@@ -66,7 +66,8 @@ elif board_id == ap_board.BEAGLEBONE_BLACK_INDUSTRIAL:
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beagleboard.beaglebone_black import *
-
+elif board_id == ap_board.BEAGLEBONE_BLACK_WIRELESS:
+    from adafruit_blinka.board.beagleboard.beaglebone_black import *
 elif board_id == ap_board.BEAGLEBONE_POCKETBEAGLE:
     from adafruit_blinka.board.beagleboard.beaglebone_pocketbeagle import *