From cb1be808d67b0be5e3c879f38259d9d6184ce709 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 11 Sep 2019 15:13:04 -0700 Subject: [PATCH] This should get the Pi 1 Model A working --- src/board.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/board.py b/src/board.py index 1e83381..9b60001 100755 --- a/src/board.py +++ b/src/board.py @@ -49,7 +49,7 @@ elif detector.board.any_raspberry_pi_40_pin: elif detector.board.any_raspberry_pi_cm: from adafruit_blinka.board.raspi_cm import * -elif detector.board.RASPBERRY_PI_B_REV1: +elif detector.board.RASPBERRY_PI_A or detector.board.RASPBERRY_PI_B_REV1: from adafruit_blinka.board.raspi_1b_rev1 import * elif detector.board.RASPBERRY_PI_B_REV2: -- 2.49.0