Skip to content

Commit 66925a5

Browse files
authored
Merge pull request #78 from bawilless/AvnetIIoTGW
Changes to support detecting the Avnet IIoT Gateway
2 parents 309a7d2 + 04f33db commit 66925a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
RASPBERRY_PI_3A_PLUS = "RASPBERRY_PI_3A_PLUS"
6868
RASPBERRY_PI_CM3_PLUS = "RASPBERRY_PI_CM3_PLUS"
6969
RASPBERRY_PI_4B = "RASPBERRY_PI_4B"
70+
RASPBERRY_PI_AVNET_IIOT_GW = "RASPBERY_PI_AVNET_IIOT_GW"
7071

7172
ODROID_C1 = "ODROID_C1"
7273
ODROID_C1_PLUS = "ODROID_C1_PLUS"
@@ -145,6 +146,7 @@
145146
RASPBERRY_PI_3B_PLUS,
146147
RASPBERRY_PI_3A_PLUS,
147148
RASPBERRY_PI_4B,
149+
RASPBERRY_PI_AVNET_IIOT_GW,
148150
)
149151

150152
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS)
@@ -291,6 +293,7 @@
291293
"2a52082", # warranty bit 25
292294
),
293295
RASPBERRY_PI_3B_PLUS: ("a020d3", "1a020d3", "2a020d3",), # warranty bits
296+
RASPBERRY_PI_AVNET_IIOT_GW: ("60a220b0",),
294297
RASPBERRY_PI_CM3: (
295298
"a020a0",
296299
"a220a0",

0 commit comments

Comments
 (0)