Skip to content

Commit 1a81aba

Browse files
authored
ok I fixed board IDS
1 parent 4c24b1c commit 1a81aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
# BeagleBone eeprom board ids from:
325325
# https://github.com/beagleboard/image-builder
326326
# Thanks to zmatt on freenode #beagle for pointers.
327-
_BEAGLEBONE_BOSARD_ID = {
327+
_BEAGLEBONE_BOARD_IDS = {
328328
# Original bone/white:
329329
BEAGLEBONE: (
330330
("A4", "A335BONE00A4"),

0 commit comments

Comments
 (0)