Skip to content

Commit

Permalink
Merge pull request #246 from SimpleTheory/main
Browse files Browse the repository at this point in the history
Updating Cm4 revision number hopefully with pre-commit tests cleared
  • Loading branch information
makermelissa authored Sep 7, 2022
2 parents 3c7e370 + 86ef4e0 commit c007fa1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion adafruit_platformdetect/constants/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,16 @@
"2c03112",
),
RASPBERRY_PI_400: ("c03130", "c03131"),
RASPBERRY_PI_CM4: ("a03140", "b03140", "c03140", "d03140", "d03141"),
RASPBERRY_PI_CM4: (
"a03140",
"a03141",
"b03140",
"b03141",
"c03140",
"c03141",
"d03140",
"d03141",
),
RASPBERRY_PI_ZERO_2_W: ("902120", "2902120"),
}

Expand Down

0 comments on commit c007fa1

Please sign in to comment.