Skip to content

Commit 314d23e

Browse files
committedMay 8, 2020
Changes to support detecting the Avnet IIoT Gateway
·
3.81.02.11.0
1 parent 9ff0213 commit 314d23e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎adafruit_platformdetect/board.py

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

47-
4847
class Board:
4948
"""Attempt to detect specific boards."""
5049

‎adafruit_platformdetect/constants/boards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
RASPBERRY_PI_3A_PLUS = "RASPBERRY_PI_3A_PLUS"
6767
RASPBERRY_PI_CM3_PLUS = "RASPBERRY_PI_CM3_PLUS"
6868
RASPBERRY_PI_4B = "RASPBERRY_PI_4B"
69+
RASPBERRY_PI_AVNET_IIOT_GW = "RASPBERY_PI_AVNET_IIOT_GW"
6970

7071
ODROID_C1 = "ODROID_C1"
7172
ODROID_C1_PLUS = "ODROID_C1_PLUS"
@@ -286,6 +287,7 @@
286287
"2a52082", # warranty bit 25
287288
),
288289
RASPBERRY_PI_3B_PLUS: ("a020d3", "1a020d3", "2a020d3",), # warranty bits
290+
RASPBERRY_PI_AVNET_IIOT_GW: ("60a220b0",),
289291
RASPBERRY_PI_CM3: (
290292
"a020a0",
291293
"a220a0",

0 commit comments

Comments
 (0)
Please sign in to comment.