Skip to content

Commit

Permalink
Added support for new Raspberry Pi 4 board revision b03115 (#1808)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Mönius <[email protected]>
  • Loading branch information
Mr-Bart-Simpson and Christian Mönius committed Feb 25, 2022
1 parent 35e3057 commit e06b70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public Model BoardModel
0x20D3 => Model.RaspberryPi3BPlus,
0x20E0 => Model.RaspberryPi3APlus,
0x20A0 or 0x2100 => Model.RaspberryPiComputeModule3,
0x3111 or 0x3112 or 0x3114 => Model.RaspberryPi4,
0x3111 or 0x3112 or 0x3114 or 0x3115 => Model.RaspberryPi4,
0x3140 => Model.RaspberryPiComputeModule4,
0x3130 => Model.RaspberryPi400,
_ => Model.Unknown,
Expand Down

0 comments on commit e06b70b

Please sign in to comment.