Skip to content

Commit

Permalink
Fix description in revision codes
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Dec 24, 2023
1 parent 35e644a commit 3765a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/local/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class utils {
* | A | 00-03 | PCB Revision | The PCB revision number |
* | B | 04-11 | Model name | A, B, A+, B+, 2B, Alpha, CM1, unknown, 3B, Zero, |
* | | | | CM3, unknown, Zero W, 3B+, 3A+, internal, CM3+, |
* | | | | 4B, Zero 2 W, 400, CM4, CM4S, 5 |
* | | | | 4B, Zero 2 W, 400, CM4, CM4S, internal, 5 |
* | C | 12-15 | Processor | BCM2835, BCM2836, BCM2837, BCM2711, BCM2712 |
* | D | 16-19 | Manufacturer | Sony UK, Egoman, Embest, Sony Japan, |
* | | | | Embest, Stadium |
Expand Down Expand Up @@ -96,7 +96,7 @@ public static function get_hardware_model() {
$memorysizes = ['256MB', '512MB', '1GB', '2GB', '4GB', '8GB'];
$models = ['A', 'B', 'A+', 'B+', '2B', 'Alpha', 'CM1', 'Unknown',
'3B', 'Zero', 'CM3', 'Unknown', 'ZeroW', '3B+', '3A+', 'Internal use',
'CM3+', '4B', 'Zero2W', '400', 'CM4', 'CM4S', 'Unknown', '5', ];
'CM3+', '4B', 'Zero2W', '400', 'CM4', 'CM4S', 'Internal use', '5', ];
$processors = ['BCM2835', 'BCM2836', 'BCM2837', 'BCM2711', 'BCM2712'];
$manufacturers = ['Sony UK', 'Egoman', 'Embest', 'Sony Japan',
'Embest', 'Stadium', ];
Expand Down

0 comments on commit 3765a24

Please sign in to comment.