From: KingPharoo Date: Sat, 2 Dec 2023 07:12:09 +0000 (+0000) Subject: Update to sync up with the changes made to Platform_detect after review 1 X-Git-Tag: 8.27.0^2^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/b5b36ef4f58f884bbe162e132ea91a4bb5564999 Update to sync up with the changes made to Platform_detect after review 1 --- diff --git a/src/board.py b/src/board.py index 39e352c..f1b50de 100644 --- a/src/board.py +++ b/src/board.py @@ -27,8 +27,8 @@ from adafruit_blinka.agnostic import board_id, detector if board_id == ap_board.FEATHER_HUZZAH: from adafruit_blinka.board.feather_huzzah import * -elif board_id == ap_board.LIME2: - from adafruit_blinka.board.LIME2 import * +elif board_id == ap_board.OLIMEX_LIME2: + from adafruit_blinka.board.OLIMEX_LIME2 import * elif board_id == ap_board.NODEMCU: from adafruit_blinka.board.nodemcu import *