From 838b5e223fbfd039d02c662c91270a4983c5e1c9 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 22 Feb 2020 10:59:51 -0500 Subject: [PATCH] Added Beaglebone Black Wireless as a device. --- src/board.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/board.py b/src/board.py index d30f631..c804bb8 100755 --- a/src/board.py +++ b/src/board.py @@ -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 * -- 2.49.0