Skip to content

Commit 04f33db

Browse files
committed
Detect board as 40pin Pi, fix file formatting
1 parent 314d23e commit 04f33db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
__version__ = "0.0.0-auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
4646

47+
4748
class Board:
4849
"""Attempt to detect specific boards."""
4950

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
RASPBERRY_PI_3B_PLUS,
143143
RASPBERRY_PI_3A_PLUS,
144144
RASPBERRY_PI_4B,
145+
RASPBERRY_PI_AVNET_IIOT_GW,
145146
)
146147

147148
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS)

0 commit comments

Comments
 (0)