Skip to content

Commit

Permalink
Detect Raspberry 3B Plus with upgraded Firmware (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fntc authored Jun 11, 2024
1 parent e320796 commit 1484907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public Model BoardModel
0x00C1 => Model.RaspberryPiZeroW,
0x2120 => Model.RaspberryPiZero2W,
0x2082 or 0x2083 => Model.RaspberryPi3B,
0x20D3 => Model.RaspberryPi3BPlus,
0x20D3 or 0x20D4 => Model.RaspberryPi3BPlus,
0x20E0 => Model.RaspberryPi3APlus,
0x20E1 => Model.RaspberryPi3APlus, // 3A, rev 1.1
0x20A0 or 0x2100 => Model.RaspberryPiComputeModule3,
Expand Down

0 comments on commit 1484907

Please sign in to comment.