Skip to content

Commit

Permalink
Merge pull request #3193 from thomasjacquin/List-Pi-5-modules-in-WebUI
Browse files Browse the repository at this point in the history
Update system.php: add Pi 5 models
  • Loading branch information
EricClaeys authored Dec 16, 2023
2 parents a1c9b78 + 64595f4 commit 00aff46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions html/includes/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
function RPiVersion()
{
// Lookup table from https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md
// Last updated december 2020
// Last updated December 2023
$revisions = array(
'0002' => 'Model B Revision 1.0',
'0003' => 'Model B Revision 1.0 + ECN0001',
Expand Down Expand Up @@ -57,7 +57,9 @@ function RPiVersion()
'b03114' => 'Model 4B Revision 1.4 (2 GB)',
'c03114' => 'Model 4B Revision 1.4 (4 GB)',
'd03114' => 'Model 4B Revision 1.4 (8 GB)',
'c03130' => 'Pi 400 Revision 1.0 (4 GB)'
'c03130' => 'Pi 400 Revision 1.0 (4 GB)',
'c04170' => 'Raspberry Pi 5 Model B Rev 1.0 (4 GB)',
'd04170' => 'Raspberry Pi 5 Model B Rev 1.0 (8 GB)'
);

$cpuinfo_array = '';
Expand Down

0 comments on commit 00aff46

Please sign in to comment.