We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e3057 commit e06b70bCopy full SHA for e06b70b
src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs
@@ -163,7 +163,7 @@ public Model BoardModel
163
0x20D3 => Model.RaspberryPi3BPlus,
164
0x20E0 => Model.RaspberryPi3APlus,
165
0x20A0 or 0x2100 => Model.RaspberryPiComputeModule3,
166
- 0x3111 or 0x3112 or 0x3114 => Model.RaspberryPi4,
+ 0x3111 or 0x3112 or 0x3114 or 0x3115 => Model.RaspberryPi4,
167
0x3140 => Model.RaspberryPiComputeModule4,
168
0x3130 => Model.RaspberryPi400,
169
_ => Model.Unknown,
0 commit comments